Huebi wrote: > I almost don't dare to write it but I want to implement iPhone like > navigation behaviour where you can have nested navigation within a > tab. For UI consistency reasons I wanted the tabs to be still visible > as the new screen is specific to the one tab. I think I will leave > that now knowing that Nested ActivityGroups are not supported.
Bear in mind that the contents of tabs do not have to be activities. In fact, I *still* don't know a solid reason to use activities for tabs. Make the contents of your tabs be views, and update those views as needed for your "nested navigation". -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Development Wiki: http://wiki.andmob.org --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

