Android Save images to SQLite or SDCard or memory

前端 未结 5 955
小蘑菇
小蘑菇 2020-11-29 05:58

I need to fetch images and some other data from server and then display it in the List. But as the number of records can be pretty large so I am not sure if I should save im

5条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-29 06:36

    It a matter of application requirement and its implementation. I would suggest to use internal or sd card to store the images and save there path in db

提交回复
热议问题