Hello guys,
I have 2 different my own apps in same phone. I wonder is it possible to read data from other app's DB?
Hello guys,
I have 2 different my own apps in same phone. I wonder is it possible to read data from other app's DB?
Which DB ? tinydb ?
Sorry I forgot to mention it. Yes, it is tinyDB.
May depend on android version how you do it, but best to use one of a couple of extensions that can extract/import tinydb data and use it in the app for that tinydb (to extract), then save as a file the other app can use to import the data. There are probably some other methods you could try - e.g. upload all tinydb to the cloud....
Maybe the MakeQuiz / TakeQuiz apps have current implementations somewhere?