I have seen some apps on the market having this, but i guess no one
really did what Drill-down was supposed to be instead they got two
options:

1. After clicking a list item from one of the Tab Content they started
an activity separated from that subclass of TabActivity.
2. If you are using ActivityGroup, they will not let user change the
orientation.

I tried using case 2, for example TabGroup1 extends ActivityGroup ,
contains ChildFirst , and when i clicked an item on the list of this
ChildFirst another activity will show like Child2 .

everything works fine, except that whenever i try to change my
orientation on the devices, Child2 doesn't show up anymore instead it
shows its parent(right?) which is ChildFirst. How do i maintain or
show the Child2 just like the normal Activities something to do with
onResume? but i can't think of any

help anyone?

-- 
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

Reply via email to