yes, the list activity handling is not that hard to implement - maybe I do this. I was just wondering why the easy way to plug two existing activities into an ActivityGroup was not working, but that has been answered. Thanks :)
On 12 Okt., 19:24, Dianne Hackborn <[email protected]> wrote: > If you mean implementing ListActivty, what it does is trivial. > > On Mon, Oct 12, 2009 at 10:04 AM, Huebi <[email protected]>wrote: > > > > > > > > > True but one is a Map and the other a list and I don't want to > > implement all the control code again. Simpler cases can be done > > through views for sure > > > On 12 Okt., 18:43, Mark Murphy <[email protected]> wrote: > > > 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 > > -- > Dianne Hackborn > Android framework engineer > [email protected] > > Note: please don't send private questions to me, as I don't have time to > provide private support, and so won't reply to such e-mails. All such > questions should be posted on public forums, where I and others can see and > answer them. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

