https://github.com/zunjae/zrecyclerwrapper
Wrapper for RecyclerView
https://github.com/zunjae/zrecyclerwrapper
Last synced: 8 months ago
JSON representation
Wrapper for RecyclerView
- Host: GitHub
- URL: https://github.com/zunjae/zrecyclerwrapper
- Owner: zunjae
- License: mit
- Created: 2017-03-23T15:39:15.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-09-17T07:32:01.000Z (over 6 years ago)
- Last Synced: 2025-09-09T12:37:00.940Z (9 months ago)
- Language: Java
- Size: 136 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ZRecyclerWrapper
Wrapper for RecyclerView
Add it in your root build.gradle at the end of repositories:
```java
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
```
Add the dependency:
```java
dependencies {
compile 'com.github.zunjae:ZRecyclerWrapper:2.0'
}
```
Usage:
```java
new ZRecyclerView(context, recyclerView, adapter)
.withLayoutManager(LayoutManagerType.GRID)
.withColumnSizes(3, 5)
.build();
```
## License
This project is available under the MIT license, though there is no need to include a license and copyright notice