Android: EditText in ListView

Posted by Yossi on Stack Overflow See other posts from Stack Overflow or by Yossi
Published on 2010-05-13T09:15:16Z Indexed on 2010/05/18 4:40 UTC
Read the original article Hit count: 400

Filed under:

I would like to have a custom ListView, where each row contains an EditText field, that may be edited by the user. But when I click on one of the EditTexts I loose the focus, and can't type text there (I suppose because the other raws are redrawed and get the focus). What can I do?

© Stack Overflow or respective owner

Related posts about android