Android - Storing images downloaded from the web

前端 未结 4 1397
一生所求
一生所求 2020-12-23 02:18

I had a question related to whether or not (and how) I should store images loaded from the web. Let\'s say I am calling a web service from my Android app. In this web serv

4条回答
  •  醉梦人生
    2020-12-23 03:17

    I wrote an Android Image Manager that handles caching transparently (memory and disk). The code is on Github https://github.com/felipecsl/Android-ImageManager

提交回复
热议问题