Sorry but I am not certain I understand. I put all of it in one DB with var name Data. My app has 7 screens and the data is recorded in one screen but read in two other screens. One screen is the stats table I showed here and the other is a graph screen.
I can easily write all of the needed data into a textbox
Your data is stored by TinyDB, in an installed app?
If your phone is rooted, you can get your data here:
/data/data/{your.app.package.name}/shared_prefs/{your.TinyDB.namespace}.xml
otherwise, you can use OCR on the screenshot of the Stats.
Hi Kevin, using ETinyDB, you can export all of the application's tiny DB data into a JSON file and also load it back to the app using JSON or file input.
I want to be able to capture my string data and put it in a file
then from another app take it in
If it is in a file, I am hoping it can be copied to another fone also