Re: [android-developers] Application-wide resources.. how to achieve?

2010-09-17 Thread TreKing
On Fri, Sep 17, 2010 at 10:07 AM, Jason wrote: > Is it possible to have data bound to the lifecycle of the entire > application? > http://developer.android.com/reference/android/app/Application.html

[android-developers] Application-wide resources.. how to achieve?

2010-09-17 Thread Jason
Hi all, So I'm struggling a bit with what is probably a fairly basic concept.. Activity Lifecycle. I have read a bunch of thread on the topic, and I feel I understand well both the functionality, and rationale behind the lifecycle model implemented for Activities, but it raises a bit of a problem