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.