android - How to attach database file to an app -
i have been given task of writing app displays information stored within sql-lite database file (which i've been given) - i'm wondering how arrange database file ends in right location on users device. somehow compile in apk?
imho, best solution use sqliteassethelper
, provides support required scenario.
Comments
Post a Comment