> Well, all I can tell you is that the symptom of "images seem randomized
> when I scroll" usually points to some sort of binding problem.
> 
> Julius Spencer wrote:
>>> Are you sure your SDIReleaseWrapper is pointing to the right
>>> ImageView?
>> Yes I performed a search and the only layout (or xml file for that
>> matter) with release_icon in it is release_row, which I am trying to
>> populate.
> 
> Actually, that doesn't strictly answer my question.
> 
> For example, when you are looking up that ImageView, are you calling
> findViewById() on the row View, or on the Activity? You need to look it
> up on the row -- otherwise, the Activity will return to you the first
> instance of your ImageView with that name it finds in the list.
Genius. (on your behalf - stupidity on mine...)

I had missed out "row."

Sorry for such a silly question...

Thank you once again!

Would you recommend filling the images via an AsyncTask given they are coming 
from the SDCard?

Regards,
Julius.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to