1
The problem is that whenever you have a new image on the specific page I have to update the application with the new URL of the image set on the page.
1
The problem is that whenever you have a new image on the specific page I have to update the application with the new URL of the image set on the page.
-2
It has several api’s, a very simple API is Picasso:
Picasso.with(context).load("http://myimage.png").into(mImageView);
Browser other questions tagged java android listview
You are not signed in. Login or sign up in order to post.
You will have to make a notify of your list..., so you will have refresh of the list
– Siro Souza