On Wed, Aug 29, 2012 at 12:11 AM, Jungle Jim <[email protected]> wrote:
> Is there some way to terminate the old activity and then launch it again? There is, you would call finish() on the current Activity before starting the new one, but this is very silly. > Or is there a better way to do a refresh? When the user hits the refresh option, instead of restarting the Activity, simply cal whatever method the Activity calls when it starts up to do the initial refresh. ------------------------------------------------------------------------------------------------- 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

