lines, and If I
scroll up, its ok too
Have an idea?
De : monodroid-boun...@lists.ximian.com
[mailto:monodroid-boun...@lists.ximian.com] De la part de Stuart Lodge
Envoyé : lundi 19 mars 2012 09:35
À : Discussions related to Mono for Android
Objet : Re: [mono-android] Asynchronous display
There are several ways to get something like this to work.
One simple way is to maintain a dictionary of row numbers (position) to
ImageView's - that way the row number can be your unique number.
You do of course need to make sure that your dictionary is kept up to date
if your convertView's get
Hello.
To display asynchonous pics to my listview, with one or more http
connexions, i wrote a special thread, and change Imageitem.setImageDrawable.
But there is a problem with this system i must put a unique id for each
ImageView in listview, load the item ImageView into a list, and just