Skip to content

A RecyclerView adapter that offers support to loading more items

License

Notifications You must be signed in to change notification settings

rubensousa/LoadMoreAdapter

Repository files navigation

LoadMoreAdapter

A RecyclerView adapter that offers support to loading more items

Available from API 14.

How to use

  • Add the following to your build.gradle:
repositories{
  maven { url "https://jitpack.io" }
}

dependencies {
  compile 'com.github.rubensousa:LoadMoreAdapter:0.3.2'
}

About

A RecyclerView adapter that offers support to loading more items

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages