sergejsha / pinned-section-listview

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

how to use pinned-section-listview with CursorAdapter #51

Closed lonelysheep closed 10 years ago

lonelysheep commented 10 years ago

when I create my adapter extends CursorAdapter,

@Override public boolean isItemViewTypePinned(int viewType) { } if the viewType has value must override the function
@Override public int getItemViewType(int pos) { } and i can't get the item by cursor?? Could give a example when use pinned-section-listview with CursorAdapter?? will helper me a lot

sergejsha commented 10 years ago

Sorry, i cannot help with this. You might ask your question on stackoverflow or similar resources.