I was able to get a TabActivity
working properly with multiple Activity
's using ActivityGroup
. However, I noticed a weird behavior. When clicking on multiple screens in one tab, going to another tab and navigating back to the original tab where user was already navigating several screens, the ActivityGroup
goes back to the main Activity
rather than the last visited one.
I was following the tutorial here:
http://ericharlow.blogspot.com/2010/09/experience-multiple-android-activities.html
Is there a work around for the ActivityGroup
to prevent this kind of behavior?