I would expect this (inside getView()) to work...
getView()
but nothing happens, the bitmaps are not loaded into the ImageView....
Thread th= new Thr
Only the UIThread can change its views. I suggest to use runOnUIThread() method from Activity.
runOnUIThread()
Activity
More info: https://developer.android.com/training/multiple-threads/communicate-ui.html