android lazy loading not showing images on phone or showing and is slow
I am using JSON to parse an online xml document and also 2 methods for lazy image loading. Below is my source code, explanation and my problem: Explanation: Method 1: Use AsyncTask and line imageLoader.DisplayImage((String)jsonImageText.get("imageLink"), activity, imageView); inside the adapter. Method 2: Not use AsyncTask and use the rest of the try-catch block and NOT the line imageLoader.DisplayImage((String)jsonImageText.get("imageLink"), activity, imageView); The problems: Method 1: The images are displayed on the emulator and the loading is pretty fast, but they fail to display on a