I have a simple Xamarin Forms app. I\'ve now got a simple POCO object (eg. User
instance or an list of the most recent tweets or orders or whatever).
Ho
You have a couple options.
I think you'll have to investigate and find out which route serves your needs best.
As far as security, that depends on where you put your data on each device. Android stores app data in a secure app folder by default (not all that secure if you're rooted). iOS has several different folders for data storage based on different needs. Read more here: iOS Data Storage