Should I save ints in SQLite Database?
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.
精彩评论