Embed a database in the .apk of a distributed application [Android]

前端 未结 2 1722
南方客
南方客 2020-12-05 03:41

My question is I think quite simple but I don\'t think the answer will be... I have quite a lot of content to have in my application to make it run properly, and I\'m thinki

2条回答
  •  独厮守ぢ
    2020-12-05 04:21

    You can implement middle-of-the-road solution: Use approach above, but instead of distributing db file put it on server somewhere. In my experience getting files is only 10% of processing time, rest of it is parsing and serializing images to db

提交回复
热议问题