I created a Custom Tab Navigator and now I need to know how can I use multiple ListViews which will receive Custom Adapters.
When I needed to use a Custom Adapter I created a ListView with id=android:list and set the class to Extends ListActivity. But now I think I can’t do that…
To have multiple listViews on a single activity, don’t need to extend ListActivity. Just add normal ListViews to the xml lauyout file and the reference them on the activity and set the adapters you want.
Example: xmlfile
On the activity: