[Solved] update Main UI Thread or AsyncTask never allowed than where can i update UI thread? [duplicate]


As you are trying to load Images inside Loop, I would suggest you to implement logic of Lazy loading of Images.

Here are some libraries you can give a try:

  1. Lazy List
  2. Universal Image Loader for Android

solved update Main UI Thread or AsyncTask never allowed than where can i update UI thread? [duplicate]