how to load image with Universal ImageLoader without displaying
问题 I'm trying to do something like this: Android Map api v2 Custom marker with ImageView But I'm stuck on using image loader. Trying: Bitmap bmImg = imageLoader.loadImageSync(url); LogCat gives me 04-13 14:11:44.953: E/ImageLoader(18542): android.os.NetworkOnMainThreadException Here's is my code. I have an ArrayList camera with all information needed (titrle, position, url, etc). public void drawPicsOnMap() { String title = null; String place = null; for (int i = 0; i<camera.size(); i++) {