How do I set a list of images in the listview -> imageview from the page url?

Asked

Viewed 41 times

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 answer

-2

It has several api’s, a very simple API is Picasso:

Picasso.with(context).load("http://myimage.png").into(mImageView);
  • You will have to make a notify of your list..., so you will have refresh of the list

Browser other questions tagged

You are not signed in. Login or sign up in order to post.