for a particular activity - what is the best way to store data that needs to be displayed. the issue is that when the user changes orientation, you need to be able to re-render your activity -- which means you need to get back at that data that you use to render.
i understand the MVC design pattern, but I guess I'm wondering where the M should be stored. global variables? static members of your activity? serialized to private storage? tia. -- 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

