Skip to content

UmeshJangid/dsPagingRecyclerView

Repository files navigation

dsPagingRecyclerView

Simple load more element recyclerview.

To get a Git project into your build:

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.UmeshJangid:dsPagingRecyclerView:Tag'

}