You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,12 @@
1
-
# Common Adapter
1
+
# Common RecyclerView Adapter
2
2
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.
5
5
6
6
Current version: 1.0.1-snapshot01
7
7
8
+

9
+
8
10
## Setup
9
11
In your project’s root build.gradle, check if JCenter repository is added.
0 commit comments