What is the best way to store the image in the memory of app?

后端 未结 4 1076
再見小時候
再見小時候 2021-01-16 07:38

I\'m using sqlite db in my app and now I would like to allow user customize the background image make them able to select one from their gallery.

Should I just store

4条回答
  •  花落未央
    2021-01-16 07:44

    I think it would be better to save only the path of the background, you won't be limited by the size of the image

提交回复
热议问题