Wrapper for RecyclerView
Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
Add the dependency:
dependencies {
compile 'com.github.zunjae:ZRecyclerWrapper:2.0'
}
Usage:
new ZRecyclerView(context, recyclerView, adapter)
.withLayoutManager(LayoutManagerType.GRID)
.withColumnSizes(3, 5)
.build();
This project is available under the MIT license, though there is no need to include a license and copyright notice