# RecyclerAdapter **Repository Path**: mlethe/RecyclerAdapter ## Basic Information - **Project Name**: RecyclerAdapter - **Description**: No description available - **Primary Language**: Android - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-04-08 - **Last Updated**: 2026-04-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RecyclerAdapter ## 依赖工程 编辑 `build.gradle`: ```groovy allprojects { repositories { ... maven { url "https://jitpack.io" } } } dependencies { implementation 'com.gitee.Mlethe:RecyclerAdapter:3.0.9' } ``` ### 用法