• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Multiple ListView with Adapter

hariskrs

Lurker
Suppose i have two different buttons but both of them when clicked sends you to a page with a ListedItems.
I created an Adapter for the listView and when the first button is clicked it works fine.
My question is that as the second button when clicked will send to a listView same as the firstpage but with different information, do i need to create another Adapter or it is ok to use single one for multiple pages?
 
Back
Top Bottom