Skip to content

DelkTsai/PagedListView

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PagedListView

Scroll ListView faster, more accurate and comfortable.

ListView等滚动位置经常不符合用户期望:

很多时候都是看完一页想滑到下一页,但滑动一次距离往往不是不够就是超过,很难控制。

PagedListView工程中提供了PageScoller来解决这个问题。

使用PageScoller可以在 中低速滑动 后会滚动一页,很慢滑动 或 很快滑动 则按默认处理。

Usage

new PageScoller(listView).init();

欢迎Star,欢迎Fork

https://github.com/TommyLemon/PagedListView

下载试用

PagedListView.apk

About

Scroll ListView faster, more accurate and comfortable

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%