alkurop / Android-Lazy-Load-RecyclerView

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android-Lazy-Load-RecyclerView

A simple library, that helps master load more feature with RecyclerView.

Written in kotlin, supported by java

Available through jcenter


repositories {
...
  jcenter()
...        
}


compile "com.github.alkurop:updatinglist:0.2.5"

clone the project for a demo

About


Languages

Language:Kotlin 89.5%Language:Java 10.5%