1
I have an image on the link http://187.45.142.241:8080/umamaoNovo/images/u184Tulips.jpg
I wonder if it takes any function to display quick post need to display images in a Listview.
1
I have an image on the link http://187.45.142.241:8080/umamaoNovo/images/u184Tulips.jpg
I wonder if it takes any function to display quick post need to display images in a Listview.
2
You have some options on how to implement this functionality in your project.
The first (which I particularly prefer) is using the Universal Image Loader, a super easy to implement library and you can implement only by reading the documentation. If you are having difficulty, there are several tutorials.
The second is using the Volley Imageloader and Networkimageview. It is very quiet to implement too, with the official documentation you can easily.
Browser other questions tagged android image listview
You are not signed in. Login or sign up in order to post.
It also has lib https://github.com/square/picasso very simple to implement, I have an example that I have implemented: https://github.com/analystcarlosh/listViewAndroidWebService
– analista.carlosh