I never had to put more then a ListView in a single activity. Now I need to build an app that has a view flipper in it. In the view flipper, there are 3 tabs. I want 3 different listviews in these tabs. Each List will have approximately 10 items. What is the most efficient way to populate these?

UPDATE For example, I have a ViewPgaer with 3 pages. Theres a ListView in each page. Lets say listview1 in page 1, listview2 in page 2, listview3 in page three. Now, how do I populate these listviews? Each item on the listview will have 1 ImageView and 2 TextViews. About 10 items each ListView.

link|improve this question

can u explain it more what u want exactly? – MAYUR BHOLA Jan 26 at 8:22
@MAYURBHOLA updated – borislemke Jan 26 at 18:52
ok, i will give u.! :) – MAYUR BHOLA Jan 27 at 4:36
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.