i want to catch double click on textview for that i have used below code
but it still not working :(
TextView txtOne; @Override protected void onCreate(
Instead of:
GestureDetector.SimpleOnGestureListener()
Try:
GestureDetector.OnDoubleTapListener()