开发者

Should I save ints in SQLite Database?

开发者 https://www.devze.com 2023-04-05 16:06 出处:网络
I have optional data that can be downloaded from the app.. of course I need to check in every app start which optional data has been downloaded.. The optional data is numbered from 1 to 114..I was won

I have optional data that can be downloaded from the app.. of course I need to check in every app start which optional data has been downloaded.. The optional data is numbered from 1 to 114.. I was wondering where to store this info?

Should I save it in SharedSettings? or in my sqlite database? Is开发者_如何转开发 database access considered a heavy thing for the app?

Thanks.

0

精彩评论

暂无评论...
验证码 换一张
取 消