Hi,
I would like to persist Intents to the database. The reason is to
overcome the limitation of AlarmManager forgetting the scheduled
events on poweroff. On poweron, I'd like to load the intents from the
database and schedule them again.

I have read that the Parcelable system is not suitable as general-
purpose serialization, because much information is not saved. Is
Parcelable enough to save Intents?

If not, then I would need to store the information loaded into the
intents separately, then recreate them on bootup.



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to