An open API service indexing awesome lists of open source software.

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

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'
}
```