I'have trying to load background image from url programmatically (so when I'd like to change the background, I just change the image and don't need to modify the application).
Picasso is the best library to load background image from url, I tried to use a big ImageView and loading the image with Picasso, but it doesn't work really good, it works only few times.
Can you suggest anything else please ?