Skip to content

A custom RecyclerView sensible to Empty, Error and Loading state with customizable views

Notifications You must be signed in to change notification settings

jxareas/SensibleRecyclerView

Repository files navigation

SensibleRecyclerView

Step 1. Add the JitPack repository to your build file

allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

Step 2. Add the dependency

	dependencies {
	        implementation 'com.github.Indisparte:SensibleRecyclerView:1.0'
	}

About

A custom RecyclerView sensible to Empty, Error and Loading state with customizable views

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages