Re: [android-developers] value of EditText duplicated in ListView

2012-04-30 Thread 尹俊
at the same time you call notifyDataSetChanged(),you should update you inputdate in dateresource of listview 2012/4/28 Justin Anderson magouyaw...@gmail.com After you edit the text in the textview you need to update your adapter with the new information, and then call notifyDataSetChanged().

[android-developers] value of EditText duplicated in ListView

2012-04-27 Thread Seif-Allah
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

Re: [android-developers] value of EditText duplicated in ListView

2012-04-27 Thread Justin Anderson
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