https://github.com/nolanlawson/customfastscrollviewdemo
Demo of an Android app using a FastScrollView with non-alphabetic overlays.
https://github.com/nolanlawson/customfastscrollviewdemo
Last synced: 11 days ago
JSON representation
Demo of an Android app using a FastScrollView with non-alphabetic overlays.
- Host: GitHub
- URL: https://github.com/nolanlawson/customfastscrollviewdemo
- Owner: nolanlawson
- Created: 2012-03-16T08:18:13.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-12-16T21:54:29.000Z (over 11 years ago)
- Last Synced: 2025-03-28T22:12:55.127Z (29 days ago)
- Language: Java
- Homepage: http://nolanlawson.com/2012/03/19/spruce-up-your-listview-by-dividing-it-into-sections/
- Size: 168 KB
- Stars: 128
- Watchers: 17
- Forks: 64
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Deprecation Notice
==========This project has been deprecated in favor of the [SuperSaiyanScrollView](https://github.com/nolanlawson/SuperSaiyanScrollView/), which works as a standalone library and has an updated look for Holo devices.
Original documentation follows.
CustomFastScrollView Demo
=========================Demo of an Android app showing a CustomFastScrollView with a larger window size than in the default FastScrollView.
In this example app, we have a list of countries sorted by their continent. It is also possible to change the sorting by using the buttons at the bottom.
![Example Image][1]
See also [this Stack Overflow question][2].
Developer
=========Nolan Lawson
License
=========Do whatever you want ([WTFPL][3]).
[1]: https://raw.github.com/nolanlawson/CustomFastScrollViewDemo/master/example.png
[2]: http://stackoverflow.com/questions/3225092/fast-scroll-display-problem-with-listadapter-and-sectionindexer
[3]: http://sam.zoy.org/wtfpl/