0

Can any one tell me how to show image from the url in list-view in android using Simple adapter.

Suggestions please Thanks for your precious time!..

Rohith
  • 991
  • 4
  • 18
  • 31

1 Answers1

1

Hey it is too easy to implement using Universal Image Loader. This is the library for the Displaying the image in ListView, Gridview and any other one in which you are adapting the views.

You can also use lazy loading of images.Here is the code.

enter image description here

Arpit Patel
  • 1,561
  • 13
  • 23