PagedListView
PagedListView copied to clipboard
通用列表翻页组件,快速滚动一屏,优化 ListView/GridView的滑动和滚动体验。Scroll ListView/GridView faster, more accurate and comfortable
PagedListView
Scroll ListView faster, more accurate and comfortable.
ListView等滚动位置经常不符合用户期望:
很多时候都是看完一页想滑到下一页,但滑动一次距离往往不是不够就是超过,很难控制。
PagedListView工程中提供了PageScoller来解决这个问题。
使用PageScoller可以在 中低速滑动 后会滚动一页,很慢滑动 或 很快滑动 则按默认处理。
Usage
new PageScoller(listView).init();
欢迎Star,欢迎Fork
https://github.com/TommyLemon/PagedListView