I'd just reload the data in onResume(). If you are using managed cursors or the Loader framework, that sort of thing should happen automagically.
On Fri, Jul 1, 2011 at 2:43 AM, TreKing <[email protected]> wrote: > On Fri, Jul 1, 2011 at 12:11 AM, ragupathi ragupathi <[email protected]> > wrote: >> >> im new one for in android. im developing one application. im using >> database if i calling new activity to store the values in database it >> working fine. but when i came back to previous activity it not >> reloaded that previous activity. it will display same as old content. >> i need when im clicking back button it reloaded (refresh) all content >> in the activity.. can any one help me pls.. > > Look at startActivityForResult(). > > ------------------------------------------------------------------------------------------------- > 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 -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 3.5 Available! -- 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

