Hi,
I'm developing a tab based application. My target device will be
Galaxy Tab 10.1.
I have problem with loading multiple activities within a single tab.

What needs to be done:
There are three tabs…
 a)Has a ListView initially. Onclick of it goes to Detail Page. On
clicking back (not the tabs back button. Back button in the
application.) it had to come back to the list view… With tabs visible
all the time…
 b) This tabs contains Listview and Map View… It has links to other
tabs too…
 c) This is similar to 2nd tab… Some Listviews/MapViews and Some other
data…

Wat i have Done so far is:
1) I tried using ActivityGroup. But when i use it.. after 5 clicks
(back and forth) i get StackOverFlowError. And also i learnt that
Activity Group is depreciated.
2) I see that there are ways to use Views within tabs. But since all
the three tabs are complicated in its own way…. I don't think keeping
all views in same Activity will not be a good idea! (Actually i'm not
able to visualize on who to use all those in single Activity).

Kindly Suggest me some alternatives.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to