Anyone know how to create tabs like the Nexus One tab from the Weather / News app, and I mean Thank you
Video:
Now you can do this out-of-the-box in the Android compatibility library with a viewpage:
ViewPager slides between fragments By the way ListViews scroll up and down With Icharon.
If you are not interested in scrolling tabs, there is an example in the SDK that uses tabhost (tab instead of self-scrollable left to right), but you do not need it Use a TabHost if you want tabs that scroll horizontally, then use a horizontal scroll view with some buttons in it.
For an approach that does not use compatibility Lib or piece, see here:
Comments
Post a Comment