Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 498 Bytes

README.md

File metadata and controls

28 lines (14 loc) · 498 Bytes

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'

}