Select edittexts text in a listview. How can be done? I can't find out

后端 未结 6 1696
不知归路
不知归路 2021-01-06 10:07

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.

6条回答
  •  悲哀的现实
    2021-01-06 10:24

    I can't tell what it is that you are trying to do. Perhaps it'd help if you can post some of your relevant source code...

    But the fact that it gets crazy when you start scrolling makes me thing you aren't handling the convertView correctly in your adapter getView() method.

提交回复
热议问题