I have a ListView and I want to perform Drag and Drop on list items. I am Overridding a onTouch
method which has two parameters
@Override public boolean onTouch(View view, MotionEvent me) {}
In view I am getting complete ListView. How can i get perticular TextView on which key is pressed?
I am able to drag items when if I long press and get that view but i dont want to perform long press action.
Any way to get selected item position in onTouch
?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…