After you edit the text in the textview you need to update your adapter with the new information, and then call notifyDataSetChanged().
Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Apr 27, 2012 at 8:32 AM, Seif-Allah <[email protected]>wrote: > I have list item with EditText in it, I dont know how many items there > will be. I have a problem when I enter some text in EditText, and then > scroll down a ListView, after I've scroll up again there is no text in > my first EditText, or there is some text from other EditText from > ListView. > please help > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

