Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
跟进这个扩展的 AdapterView
我知道这可以通过这个SO 帖子来实现
请注意:试图了解 listview 和 Gallery 如何滚动和重用视图。
如何滚动自定义 ViewGroup/AdapterView?
在浏览 listview 的源代码时,发现覆盖 onTouch() 和 dispatchTouchEvent() 是可能的。(推断的 FlingRunnable 使用Scroller类不断更新常量)
但是,用滚动偏移量重绘整个视图的确切 API 方法是什么?