Discussion:
TABS
dikshay poojary
2013-09-09 17:31:40 UTC
Permalink
Suppose there are 4 tabs A,B,C,D.Initially I want to display tabs B,C,D on top and display the contents of tab A. Now if I press tab B it should display tabs A,C,D on top and display contents of tab B and similarly for all other tabs. How can this be done?
--
You received this message because you are subscribed to the Google Groups "Android Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-discuss+***@googlegroups.com.
To post to this group, send email to android-***@googlegroups.com.
Visit this group at http://groups.google.com/group/android-discuss.
For more options, visit https://groups.google.com/groups/opt_out.
TreKing
2013-09-09 19:56:38 UTC
Permalink
Post by dikshay poojary
Now if I press tab B it should display tabs A,C,D on top and display
contents of tab B and similarly for all other tabs.
How can this be done?


Write the code to do as you describe. If you have a more specific question
or are stuck on something more concrete, please clarify.

-------------------------------------------------------------------------------------------------
TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
transit tracking app for Android-powered devices
--
You received this message because you are subscribed to the Google Groups "Android Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-discuss+***@googlegroups.com.
To post to this group, send email to android-***@googlegroups.com.
Visit this group at http://groups.google.com/group/android-discuss.
For more options, visit https://groups.google.com/groups/opt_out.
Loading...