I have an activity that loads a bitmap from a database when it starts 
up. Due to the nature of the app, should the activity be killed and 
recreated at a later point, I cannot guarantee that the bitmap in the 
database is still the same one.

Should I save the bitmap to the bundle to be able to ensure I am still 
having the same data available when my activity is restored? The bitmap 
may be multiple 100 kilobytes in size, and I worry that saving data this 
large would defeat the whole purpose of having my activity killed by 
Android in the first place.

Is there a fixed or recommended limit to what amount of data should be 
stored in the bundle?

Micahel

--~--~---------~--~----~------------~-------~--~----~
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