RadioButton and EditText inside ListView problem
Posted
by Sujit
on Stack Overflow
See other posts from Stack Overflow
or by Sujit
Published on 2010-06-17T11:56:33Z
Indexed on
2010/06/17
13:33 UTC
Read the original article
Hit count: 286
android
Hi
I want to implement RadioButton and EditText inside ListView. I am using ArrayAdapter to set the List.But the problem is that when i am selecting a RadioButton and scroll down the list and again scroll up the the Radiobutton which had been selected getting unselected.Same with the EditText.The text getting removed when scroll up.
hope you can understand........thanks in advance...
© Stack Overflow or respective owner