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
you can use on long click instead of using double click by override this method
abstract boolean onLongClick(View v)
Called when a view has been clicked and held.