Eldo Varghese
Eldo Varghese

Reputation: 77

Setting more than one adapter for a single list view

Is it possible for setting more than one adapter to a single list?

For example

Upvotes: 6

Views: 15754

Answers (1)

Vrashabh Irde
Vrashabh Irde

Reputation: 14367

Maybe you can try attaching multiple adapters to a single adapter like here

android attaching multiple adapters to one adapter

Or maybe this http://jsharkey.org/blog/2008/08/18/separating-lists-with-headers-in-android-09/

if I understand what you need it for correctly

Pls update why you want it for so we have a better understanding

Upvotes: 2

Related Questions