You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Android library project for handling adapters of listview, gridview or other views.MergeAdapter , TitleAdapter (Adapter of length 1). This is build upon idea of commonsguy.
Utility class for Listview, gridview and other views which uses adapter.
Contains abstract classes and classes which will mix different adapters to one adapter.
MergeAdapter of normal listview, expandableListview.
About
Android library project for handling adapters of listview, gridview or other views.MergeAdapter , TitleAdapter (Adapter of length 1). This is build upon idea of commonsguy.