lundi 26 octobre 2015

Android embedded database read-only

I want to ship my android application with an embedded database. Searching on the net I found that people ship it within assets of the app an then copy it to other directory at install time / first run.

In my case I need a Read-Only DB so I don't want to make multiple copies of it. Is it possible to use it directly from assets? Is there a way to save that space?

Aucun commentaire:

Enregistrer un commentaire