I am new to Android. I have one edit text when I click on it keyboard is showing automatically. But what I want to do is when user double tab on edit text should show the keyboard. How can I achieve it?
 <Edit Text
            android:id="@+id/TV"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:hint="type something"/>
Here I take simple edit text.I take one Gesture Listener class to achieve double tap listener event.
 
     
     
     
    