Re: [mono-android] SPAM-LOW: Re: statemanagement in activity

2011-06-01 Thread Andrew Sinclair
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

Re: [mono-android] SPAM-LOW: Re: statemanagement in activity

2011-06-01 Thread jnmahi
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

Re: [mono-android] SPAM-LOW: Re: statemanagement in activity

2011-05-31 Thread Karl Heinz Brehme Arredondo
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