MarkoMilos / Paginate

Library for creating simple pagination functionality upon RecyclerView and AbsListView

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Loading progress animation?

J6ey opened this issue · comments

Hello, was wondering how it's possible to achieve the downward animation of the progress bar when loading is complete as it simply disappears for me (without any animation). Thanks.

The reason is because I wasn't handling the adapter states correctly. Always make sure to notify the adapter with the correct range and size.