sergejsha / pinned-section-listview

Easy to use ListView with pinned sections for Android.
2.59k stars 808 forks source link

combine with other kind of list view #79

Open yfsx opened 8 years ago

yfsx commented 8 years ago

hi, just wondering how to combine this list view with another kind of list view, ex: index list view like ios, or multi-layer expandable list view.

thanks, good job BTW

sergejsha commented 8 years ago

If I've got your question right, you want to have pinned section in other list view implementations. Is this correct? This implementation is bound to standard ListView and cannot be used with anything else.