I am working on a cross-platform (iOS and Android) app, and would like the user to be able to store some settings. In this case, the settings cover whether to use inches, feet, yards, meters, centimeters, or millimeters.
On many iOS apps, such settings are stored in the OS-level “Settings” app, which makes a slot in its menu for each app that is storing settings. I don’t see this on my Android phone.
Is there a standard way on Corona to deal with this? I am happy to store settings in an internal database, but if there is a crossover/native way to do it, I would like that better.