https://github.com/jxareas/sensiblerecyclerview
A custom RecyclerView sensible to Empty, Error and Loading state with customizable views
https://github.com/jxareas/sensiblerecyclerview
Last synced: about 1 month ago
JSON representation
A custom RecyclerView sensible to Empty, Error and Loading state with customizable views
- Host: GitHub
- URL: https://github.com/jxareas/sensiblerecyclerview
- Owner: jxareas
- Created: 2022-11-04T03:23:26.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-03T07:44:40.000Z (almost 3 years ago)
- Last Synced: 2025-03-14T04:44:08.765Z (7 months ago)
- Homepage:
- Size: 102 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SensibleRecyclerView
**Step 1.** Add the JitPack repository to your build file```gradle
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```**Step 2.** Add the dependency
```gradle
dependencies {
implementation 'com.github.Indisparte:SensibleRecyclerView:1.0'
}
```