Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ShamylZakariya authored Jul 15, 2016
1 parent 63e8360 commit 7d86d7c
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ Adapter and LayoutManager for Android RecyclerView which enables sticky header p

---

## Download
minSdkVersion: 11
```
compile 'org.zakariya.stickyheaders:stickyheaders:0.7.1'
```

---

StickyHeaders are section headers in a recyclerview which are positioned "stickily" to the top of the scrollview during scrolling. A common use-case is an address book where the list of people's last names are grouped into sections by the first letter of the last name, and the header for each section shows that letter.

**For example:**
Expand All @@ -26,11 +35,3 @@ To use StickyHeaders, you need to do two things.
##Also

You can use sectioning adapter with a normal `android.support.v7.widget.LinearLayoutManager`. it works fine, and could be a good way to implement a list like at the root of Android's Settings app.

## Download

minSdkVersion: 11
```
compile 'org.zakariya.stickyheaders:stickyheaders:0.7.1'
```

0 comments on commit 7d86d7c

Please sign in to comment.