Skip to content

Repository files navigation

Add it in your root build.gradle at the end of repositories:

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}

Add it in your root build.gradle at the end of repositories:

dependencies {
	 compile 'com.github.nileshpambhar:HeaderListView:1.0.3'
}

Screenshot

https://github.com/nileshpambhar/HeaderListView/blob/master/Screenshot1.png

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.

About

Header ListView with sticky headers demo

Resources

Stars

3 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages