Skip to content

Commit 4342884

Browse files
committed
2 parents aba2fbe + f18fb59 commit 4342884

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
# Common Adapter
1+
# Common RecyclerView Adapter
22

3-
A generic RecyclerView Adapter.
4-
Helps create a list of different views and / or different models to bind without the boilerplate code in the RecyclerView Adapter callbacks and without the need to create separate adapters for every list.
3+
* Create a list of different views with its different or the same set of data to bind without the boilerplate code in the RecyclerView Adapter.
4+
* Use a single adapter for different lists in your entire app.
55

66
Current version: 1.0.1-snapshot01
77

8+
![Image of Sample App](https://github.com/topotopo/common-recyclerview-adapter-android/blob/master/screenshot.png)
9+
810
## Setup
911
In your project’s root build.gradle, check if JCenter repository is added.
1012
```

0 commit comments

Comments
 (0)