I am developing an application using SQLite to store data. I'm doing the tests directly on the phone using WIFI B4A-Bridge. My problem is I can not find the database when running my application. I wonder where the application is stored as the database on the phone. When I copy the application to the phone I must copy the database separately or it is packed directly in the package?
When I do an update I need to change DB too ?
I use to open the DB
SQL.Initialize(File.DirAssets,"clock.db", True)
When I do an update I need to change DB too ?
I use to open the DB
SQL.Initialize(File.DirAssets,"clock.db", True)