# rvhelper **Repository Path**: puzhenwei/rvhelper ## Basic Information - **Project Name**: rvhelper - **Description**: recyclerview的一些帮助类 - **Primary Language**: Android - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2020-03-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 说明 --- 对recyclerview使用中的 adapter 和 decoration简单封装 使用 --- Gradle: ```groovy repositories { maven { url 'https://jitpack.io' } } dependencies { implementation 'com.gitee.ingxin:rvhelper:v0.0.4' } ``` 更新日志 --- ##### v0.0.4 adapter增加常用方法, 增加简单分割线实现. 修复分割线不能覆写绘制方法.