[android-developers] Re: removing item from ListView

2010-02-04 Thread Stefan
Hello again, now all works fine with the ListView. I create my own class called "ListHelper" and add all relevant information for one row in a List object: for(int i=0; ihttp://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: removing item from ListView

2010-02-03 Thread Mark Murphy
> @Mark: > You do not need to call setAdapter() again on the ListView. > ArrayAdapter > will already remove the row from the ListView without setAdapter() > being > called again. > > If I dont set it, the images from the row changed arbitrarily. Then your adapter is messed up. > Must I create an

[android-developers] Re: removing item from ListView

2010-02-03 Thread Stefan
Thanks for your answers. @Mark: You do not need to call setAdapter() again on the ListView. ArrayAdapter will already remove the row from the ListView without setAdapter() being called again. If I dont set it, the images from the row changed arbitrarily. One example of my listview: IMAGE1 DESCRI