nmahi
Sent: 01 June 2011 12:39
To: monodroid@lists.ximian.com
Subject: Re: [mono-android] SPAM-LOW: Re: statemanagement in activity
Hi ,
Thanks for your instantaneous reply. i can use file or class to save data
but is there any property by setting which this data will be reset on mobile
restr
Hi ,
Thanks for your instantaneous reply. i can use file or class to save data
but is there any property by setting which this data will be reset on mobile
restrt . I mean these file will remain in my application how can i know that
mobile restart has happen
--
View this message in conte
You can create too a public class like User, with properties inside and
instantiated at login, like User.Login, User.LastSync, wathever. Then use
or manipulate is inside activities. You can save too any kind of data in
Sqlite to save data. Or XML files, or TXT files...
The same concepts used on wi