I know that when i run in an emulator, the db file can be viewed, pushed and pulled at data/data/com.appname/databases/db.sql
but that is using emulator, what if i run using an android phone? how do i push the db file? please help me by providing clear tutorial! thanks in advance!
I have been reading answers from existing similar question like this:
Access the phone internal storage to push in SQLite database file
but I dont understand how to do it. where to put the code and etc and also when I launch my app, it will be able to access the database file and retrieve the data to display them in my apps