Skip to content

ajaystha005/InfiniteScrollableRecyclerView

Repository files navigation

InfiniteScrollableRecyclerView

Infinite Scrollable RecyclerView. Make recycerview infinte scrollable with threshold value

protected void onFetchMoreItem(int currentPage); //This method fires when threshold value reached

protected void onReachTop(); //This method fires when reached to Top

protected void onReachBottom();//This method fires when reached to Bottom

protected void onScrollUp();//This method fires while scroll up

protected void onScrollDown();//This method fires while scroll down

About

Infinite Scrollable RecyclerView

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages