Skip to content

Commit

Permalink
Updated readme with the demo code and screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
jaibatrik committed Jul 25, 2016
1 parent b5ef2fa commit b27c691
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

This is a library based on `MergeAdapter` by CommonsWare. It allows you to work with sections and subheaders in your `ListView`s. With this library, you get the advantage of stitching together the rows and the header of the subsection in the subsection itself. For example, if there are no rows in a subsection of the `ListView`, the header of the subsection is also not shown.

### Screenshot

<div style="text-align:center"><img src="app/Screenshot_20160724-231927.png" style="width:450px"/></div>

### Example code

```java
Expand Down Expand Up @@ -44,3 +40,7 @@ For a detailed list of things supported with `MergeAdapter` check out [CWAC Merg

### Installation
Clone the repository and import the module in your project.

### Screenshot

![Screenshot](app/Screenshot_20160724-231927.png)

0 comments on commit b27c691

Please sign in to comment.