There are many annoying bugs with ActivityGroups. Your best bet is to bite the bullet and rewrite your app so that it uses a single Activity with a TabHost and View's for the pages.
On Apr 20, 3:05 pm, Sergio Luceno <[email protected]> wrote: > Hi everybody! > > I have a tabhost on my application and I'm using an Activity group > which handles 3 activities inside. > > Example: > ActivityGroup Handles > A -> B -> C > > When i start this activities i'm using the flag > Intent.FLAG_ACTIVITY_CLEAR_TOP. > > My problem is when the user goes from A->B->C and press back button, > my B activity shows up, but it does not resume or reload or refresh. > It has the same state as before. > > For example if the user goes again to C, C is refreshed, but when from > C goes back.... B is not. > > On B I have implementend methods such as onResume, onStart, > onReestart and debugging it the main thread never goes in there... > > And i need to refresh B because C can make changes that change the > content displayed on B. > > I have googleled this for 3 days and I couldn't found a solution.. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

