I am trying to develop an app to key out plants which basically involves choosing A or B from a database table which moves you on to another step in the table where you choose C or D etc.
I have written an app to create an SQLite
database using Android Studio & also created one using DB Browser.
My question is where does the database
written in Android Studio live and how do I access the one written in DB Handler?
Please keep the answers simple,