Hi I need multiple tabs in my android screen, which i got by TabHost View by referring to
In android, how can I put tabs in a view containing an image on top?
But i need to set ListViews in each of the tab’s layout…so can nyone help me with some code plzz..
Thanks in advance.
Each of tab layout is a nothing just an activity which you combined with a tabhost, so simply do things like you do in activity , Also if you want to show list with tabs then you have to use TabGroupactivity class.