# SimpleRecyclerViewHelper **Repository Path**: stanhe/SimpleRecyclerViewHelper ## Basic Information - **Project Name**: SimpleRecyclerViewHelper - **Description**: fast dev - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![](https://jitpack.io/v/stanhe/SimpleRecyclerViewHelper.svg)](https://jitpack.io/#stanhe/SimpleRecyclerViewHelper) # SimpleRecyclerViewHelper setup recyclerview and adapter for fast product demo ## Usage   Step 1. Add the [JitPack dependence](https://jitpack.io/#stanhe/SimpleRecyclerViewHelper/) ``` //Add it in your root build.gradle at the end of repositories allprojects { repositories { ... maven { url 'https://www.jitpack.io' } } } ``` ``` //Add the dependency dependencies { compile 'com.github.stanhe:SimpleRecyclerViewHelper:${latestVersion}' } ``` Step 2. use [RecyclerViewHelper](https://github.com/stanhe/SimpleRecyclerViewHelper/blob/dfc19f3bcacc2ecc0a5c964179d35e6999f36d8d/app/src/main/java/com/stan/recyclehelper/MainActivity.java#L35)