I have a ListView with an EditText on each row working.
I need to select this text on click the edittext to write numbers without erasing or moving the cursor.
What I can say about what I asked is that trying to select all text of the listview edittexts don't work properly. So instead of select the text, I show a dialog where the user selects the number or whatever.