Hi all,
I want to update an app written in Eclipse using the java bridge, with an app written in App Inventor.
I have done this before and it was all fine. However this time the app has a TinyDB, and users have information stored in it.
I notice that with App Inventor, the TinyDB file is a single xml file. However with the Java Bridge, it is a lot of individual files for each value.
Is there any way, when updating the app to the Eclipse version, to 'convert' all the values in the single xml file to the new TinyDB system of individual files?
I was thinking of updating the app inventor app first to somehow get all the values of the TinyDB xml data and save it to a text file on their sd card. Then update the app again using the bridge version, and then run a procedure to grab those values again from the sd card, and store it in the new TinyDB. However the way my app works this would be rather messy.
Is there any way to do it? Or perhaps does it do it automatically? (hope hope)..
Thanks,
S