I am using a ListView wherein my listitem.xml contains a TextView and
an EditText.
If my list length increases and it becomes scrollable then the value
which the user had entered in the first EditText in listitem#0 gets
reflected in the listitem which has become visible now due to
scrolling,

for example: if initially listitems 0 to 6 were visible and user
enetered "abc" text in the EditText in listitem#0 then when i scroll
just one position down, I see text "abc" in the EditText in listitem#7

Can someone plz help me out with this?
Thanks.

Regards,
Alok.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to