I am doing a project in which i want to display a particular message on single touch and another message on double touch using android.How can i implement it.
My sa
Why dont you use Long Press event insted while its Recommanded UI. Read Answer Here , I strongly recommand to use this.
Or if its anyhow you want to implement you have two options , one is this using boolean and second is using Gesture Listener.