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

2012-04-28 Thread Seif-Allah
thanks but i didn't get your point. here is a piece of my code: public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main_devis); mainListView = (ListView) findViewById( R.id.mainListView );

[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