Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/applidium/HeaderListView
Android ListView with sticky headers
https://github.com/applidium/HeaderListView
Last synced: 2 months ago
JSON representation
Android ListView with sticky headers
- Host: GitHub
- URL: https://github.com/applidium/HeaderListView
- Owner: applidium
- License: other
- Created: 2013-08-02T08:57:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-04-25T08:04:25.000Z (over 8 years ago)
- Last Synced: 2024-03-26T04:31:25.005Z (10 months ago)
- Language: Java
- Homepage: http://applidium.com/en/news/headerlistview_for_android/
- Size: 582 KB
- Stars: 313
- Watchers: 38
- Forks: 97
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-android-ui - https://github.com/applidium/HeaderListView
- awesome-android-ui - https://github.com/applidium/HeaderListView
README
# DEPRECATED
HeaderListView is deprecated. No new development will be taking place.
# Quickstart
1. Import the HeaderListView module in your Android Studio project.
2. Replace your `ListView` with `HeaderListView`
3. Implement a subclass of `SectionAdapter`
4. Set it to your `HeaderListView` with `setAdapter(SectionAdapter adapter)`# HeaderListView
`HeaderListView` is a list view with sections and with a cool iOS-like "sticky" section headers. Notice that `HeaderListView` is not a subclass of Android's `ListView` but uses composition. Hence, you will need to call `getListView()` to access the underlying `ListView`.