Popularity
4.9
Stable
Activity
0.0
Stable
313
38
97

Code Quality Rank: L3
Programming language: Java
License: GNU General Public License v3.0 or later

HeaderListView alternatives and similar packages

Based on the "ListView/ScrollView Widget" category.
Alternatively, view HeaderListView alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of HeaderListView or a related project?

Add another 'ListView/ScrollView Widget' Package

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.