You should consider changing your data structure, but you should also
know that the underlying persistence architecture already has
efficiency in mind (wrt caching, etc...)

The fact that you have to store this in the global application context
is a sign of code smell.  Why are you doing this?  What are you
actually trying to do?  Why do you need the data across multiple
screens?

Kris


On Sun, Feb 10, 2013 at 2:04 PM, dashman <erjdri...@gmail.com> wrote:
>
> by "activity asleep" i really mean "phone is asleep" - as in not
> awake/screen off.
>
>
> yes eventually i think i will have to store the state data in storage.
>
> the problem is that i'm maintaining a linked list that changes often and did
> not
> want to take the hit of saving it constantly.
>
>
>
>
> --
> --
> 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
> ---
> You received this message because you are subscribed to the Google Groups
> "Android Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to android-developers+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>

-- 
-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to