The problem is that whenever I have a new image on the page specify I have to update the application with the new image URL set on the page.
The problem is that whenever I have a new image on the page specify I have to update the application with the new image URL set on the page.
It has several api's, a very simple API is Picasso:
Picasso.with(context).load("http://myimage.png").into(mImageView);