I want to copy a premaded database in user's device. then use it in the android App. but I don't know where is the best place for that. (a place that I can copy file to it)
for example: I have a database named "FoodsDB.db" in assets folder When application starts for first time, it copies the DB from assets to user's Device Then in DatabaseHelper address it and use it