I have three Edittext fields ed1,ed2,ed3. When user clicked the ed2 /ed3 I have opened the dialog and get the input from that dialog.For the first click cursor comes to the edittext box and for the next click only I can open the dialog to get the input. I need to show the dialog for the first click.
Share
Set the EditText to unFocusable. That way the first touch registers as a click.
In your XML for the EditText(s) in question add: