0
I need to save simple settings information, only for when the plicative loads it recover some variables. Is there any way to do this without resorting to SQL??
Ex: in windows programs I usually save settings in XML, there is something specific for android and Ios?
Note: I am using Xamarin
Dude, for what you want, you can also work with local database in the App using a database with Sqlite and mapping the class, very practical and simple
– Macario1983