-
Notifications
You must be signed in to change notification settings - Fork 10
Home
Anonymous edited this page Jan 4, 2016
·
10 revisions
Snap RecyclerView Utils is a simple library to create RecyclerView Adapters and ViewHolder in a snap.
Simple Library to create RecyclerView Adapters and Viewholder in a snap.
- Simple RecyclerView Adapter
- Multiple Layouts RecyclerView Adapter
- Endless Loader
- Alternate View Support
- Automatic Empty RecyclerView Layout Handling
Add JitPack to repositories in your project's root build.gradle
file:
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
Add the dependency to your module's build.gradle
file:
dependencies {
...
compile 'com.github.prashantsolanki3:Snap-RecyclerView-Utils:v1.7'
}