-1

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 ?

Stranger B.
  • 9,004
  • 21
  • 71
  • 108
  • 3
    You should post the code that you have written, so people can see where it doesn't work. I don't see why Picasso wouldn't work for the problem you've just described. – Chris Mar 17 '15 at 09:32

1 Answers1

1

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.

Community
  • 1
  • 1
Bharatesh
  • 8,943
  • 3
  • 38
  • 67