So far, tutorials I have found create databases and tables inside Android applications.
Usually, (in other languages) I created a database and tables, then simply used them in an application.
Can I do it in an Android application?
I do not want to create them in an application, however, I want to create a database and tables beforehand I use them in the application.
For example, can I access to SQLite of an application (in a device) from the terminal?
How can I do?
Thank you!