On Thu, Jul 29, 2010 at 8:27 AM, sagare <[email protected]> wrote:
> I want this coz i am trying to create a ui element which has to maintain > state and there will be only one such ui element accross activities any > way? > You could ... a) save the state of the control in static data, then with each activity you have the control in, repopulate it in onCreate() with the static data b) pass the required state data via intents each time you open a new activity or return from one. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

