Search code examples
androidbackgroundpicasso

How to load background Image programmatically ? Using picasso library


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 ?


Solution

  • You question already answered on stackoverflow. However Refer these

    1. Visit Image Loading Libraries
    2. StackOverflow - Lazy Load Images

    Please search on stackoverflow before you ask questions.