An attempt to copy a ListView with sticky sections of iPhone.
iOS | Android OS |
---|---|
![]() |
![]() |
This project requires only Android default widgets.
After StickyListView creating you must use setAdapter(yourAdapter) method. yourAdapter must implements a SectionIndexer, otherway StickySectionListView will work like default ListView.
StickySectionListView is a single class in src/com/wagado/widget/StickySectionListView.class. You can export only this class as .jar or copy in you project source.
It is a demonstration project - you can download and run it.
The code in this project is licensed under the Apache Software License 2.0.