Skip to content

iainconnor/SectionedListview

Repository files navigation

SectionedListview

@TODO

Introduction

@TODO

demonstration

NOTE: Consider this untested.

Installing in Gradle

  1. Add the repository to your build.gradle file;

    repositories {
    	mavenCentral()
    	maven {
        	url 'https://raw.github.com/iainconnor/SectionedListview/master/maven/'
    	}
    }
  2. And add the dependency;

    dependencies {
    	compile 'com.iainconnor:sectionedlistview:0.0.1-SNAPSHOT'
    }

Installing in other build tools

  1. Download the .jar for the latest version from this repository.
  2. Add it to your project.
  3. If you're building for Android, beg your boss to give you the time to switch to Gradle.

Usage

@TODO

Contact

Love it? Hate it? Want to make changes to it? Contact me at @iainconnor or [email protected].

About

ListViews with sections (with sticky headers) in Android.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages