Skip to content

Commit

Permalink
docs: Add clone option to see the sample in README
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisCAD committed Aug 23, 2016
1 parent 354c4ac commit 9bd1373
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ I personally often copy/pasted the code which makes these libraries into the pro
###What it does
It makes using RecyclerView simpler, with less boilerplate for basic or less basic usages.
###Usage
Download the project and open it in Android Studio to see the sample. Alternatively, take a look at these classes:
Download or clone the project and open it in Android Studio to see the sample. Alternatively, take a look at these classes:
[DemoAdapter](https://github.com/LouisCAD/Splitties/blob/master/sample/src/main/java/xyz/louiscad/splittiessample/ui/adapter/DemoAdapter.java), [DemoListItem](https://github.com/LouisCAD/Splitties/blob/master/sample/src/main/java/xyz/louiscad/splittiessample/ui/widget/DemoListItem.java), [DemoItem](https://github.com/LouisCAD/Splitties/blob/master/sample/src/main/java/xyz/louiscad/splittiessample/ui/model/DemoItem.java) and [ImmutableBasicItem](https://github.com/LouisCAD/Splitties/blob/master/sample/src/main/java/xyz/louiscad/splittiessample/ui/model/ImmutableBasicItem.java).
###Explanation
This modules consists of two `ViewHolder` subclasses that make it typesafe, and easier to use for the common use case which is to bind a ViewHolder to a POJO. See the sample to understand how it works.
Expand Down

0 comments on commit 9bd1373

Please sign in to comment.