On 06/18/2010 01:20 PM, Mark Murphy wrote:
You should not be attempting to keep an AppWidgetProvider's data in RAM, for the reasons you have discovered -- these objects have very short lifespans. If you have state you need to maintain, use a database or file.
This is just standard Java stuff, right? There's nothing odd or magical about static in android, right? I mean, even with the android lifetime states, right? Mike -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

