Search code examples
androidlistviewandroid-listviewimageviewlistadapter

Android ListView with ImageView from URL and TextView


I've currently got a ListView that gets the information from a SimpleAdapter where it feeds the text into TextViews. However, I now want to add an ImageView to the ListView and load the image from a URL and still load the text to the TextView.

Does anyone know how I could do this? Maybe a SimpleAdapter is not to be used in this case?

Thanks, Daniel


Solution

  • Used this tutorial to do it and modified the LazyAdapter class to also edit TextViews.

    http://www.technotalkative.com/android-asynchronous-image-loading-in-listview/