Universal Image loader fails to load images sometimes

后端 未结 2 803
死守一世寂寞
死守一世寂寞 2021-02-04 12:54

I\'m using universal image loader and I get quite large numbers of images failing to load for users every day. I\'m using this code to get my errors to analytics.



        
2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-04 13:17

    I have never used Universal Image Loader but in the last few weeks a couple of really good alternatives have been released, they might be worth a look.

    The first is Volley, Google's new networking lib announced at I/O 2013 https://developers.google.com/events/io/sessions/325304728

    The second is Square's Picasso. The Square team do some really great work with their Android libs. http://corner.squareup.com/2013/05/picasso-one-dot-oh.html

提交回复
热议问题