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.
我正在为盲人申请和困难
我有这样的情况,当用户在listview上从顶部屏幕向底部滑动一根手指时,当手指移动时,在哪个项目手指上继续,我想找出项目中的位置基本细节。
这不是onitemclicklistener!手指在项目上移动,因此屏幕进入触摸模式。是否有任何听众或周围的方式来找出项目的位置?
非常感谢您的帮助和评论。
这是一个疯狂的建议,未经测试:
getView()
View.setTag(Object)
OnTouchListener()
onTouch(View, MotionEvent)
view.getTag()