Hello,
In the application I am working on. I am implementing a search for profiles feature. The search result will be displayed in a ListView. I have managed to display name and surname of my user in this list view. I would like to add their picture in the ListItems of the ListView.The are on server the search result the picture URL. I would like to know if it is possible to launch the download of the picture asynchronously and update the list items once the picture has been downloaded.
Thanks for your replies :)