[android-developers] How to store AlarmManager object in to shared preference..........

2011-10-11 Thread saran vonteddu
Hi all, I'm working on AlarmClock application. When ever my application is killed due to low memory, I want to retain some objects, so I want to store the instance in SharedPreference so that I can retrieve it whenever I needed. So I want to convert an Object into a String and store

Re: [android-developers] How to store AlarmManager object in to shared preference..........

2011-10-11 Thread Mark Murphy
On Tue, Oct 11, 2011 at 8:54 AM, saran vonteddu saran.myw...@gmail.com wrote:   I'm working on AlarmClock application.  When ever my application is killed due to low memory, I want to retain some objects, so I want to store the instance in SharedPreference so that I can retrieve it