MarkoMilos / Paginate

Library for creating simple pagination functionality upon RecyclerView and AbsListView

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nested Scroll view Paginate request

alihabbash opened this issue · comments

Is there is any way to add support for nested scroll view as well
So, the code will be
Paginate.with(nestedScrollView);
as well as:
Paginate.with(recyclerView);

This is a duplicate of #22

Pagination repeated more and more with nestedscrollview

how can i solve pagination and nestedscrollview error?