gabrielemariotti/cardslib

Add StickyListHeaders or Indexable List View

Closed this issue · 9 comments

If possible add an ability to use StickyListHeaders or Indexable List View to CardList or CardGrid.
You can also get help from here
https://github.com/emilsjolander/StickyListHeaders

I don't think to integrate this feature.
Currently StickyListHeadersListView doesn't extend a ListView but a FrameLayout,

I don't know if this is still requested, but I made it work:
https://gist.github.com/MobileSam/7701218

Note that I'm using the PR/7 in the provided code.

@MobileSam Wonderful!
I will add this sample in next releases.

Thanks!

@MobileSam Great friend.

Added a first example with cardslib + StickyListHeader in dev branch.
I will update soon doc and demo.

ScreenShot

@gabrielemariotti
That's awesome bro

I'll be waiting till you update your library & doc.
Thanks @MobileSam for your help.

Updated in master branch with 1.0

@gabrielemariotti
Any hopes on adding Indexable List View ?

Hi All... Is there any way to combine both Sticky header and indexable list in to a single ListView in android??