Link to home
Start Free TrialLog in
Avatar of Chris Drew
Chris DrewFlag for United Kingdom of Great Britain and Northern Ireland

asked on

MonoTouch and storing application data

Hi,

I am porting a mobile application which currently runs on Windows Phone and Android to iOS.  I am using MonoTouch and I have previously used Mono for Android.

I have items of data which I need to store - for example I read an XML file from the server which defines a number of 'jobs'.  I create Job objects from the XML and then save the job objects to IsolatedStorage using the IsolatedStorageSettings object.

Unfortruantely IsolatedStorageSettyings does not exist under MonoTouch apparently so I need an alternative.  I guess I could serialize the objects back to XML and store as files but the IsolatedStorageSettings was much cleaner as I didn't need toi woory about the underlying mechanisms and it was portable.  Any suggestions please.
ASKER CERTIFIED SOLUTION
Avatar of binaryevo
binaryevo
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial