Convert from Kodular to Android Studio - TinyDB Implementation?

I think this might be just what I need, thank you! The app will have the same package name, as it’s an update.

Do you know if the shares prefs file that Kodular uses has a name?
(So in Android Studio I would use getSharedPreferences() )

Or does it use the default, i.e only one shared prefs file?
(So in Android Studio I would use getPreferences() )

If it uses the default, then I should just be able to update my app with the Android Studio version and access the tinyDB values with getPreferences() and the tinyDB keys I used before.

That would be ideal! I’ll test this out when I get some time and if I get it working I’ll update here, in case someone later has the same issue.

1 Like