如何在Android ListView中检测过度滚动?
我想在用户滚动列表视图时显示/隐藏视图。如何在Android ListView中检测过度滚动?
如何检测过卷?有没有听众? 我试过OnScrollListener
但只通知有关onScrollStateChanged
和onScroll
回答:
您可以覆盖的方法onOverScrolled,因为它respond to the results of an over-scroll operation.
以上是 如何在Android ListView中检测过度滚动? 的全部内容, 来源链接: utcz.com/qa/263986.html