I need a little help with refreshing one of my activities in my application. I\'m using tab host activity and connecting to web service and downloading some data from one of my
If you start your second activity with the method startActivityForResult, when you return to the first activity, onActivityResult of the first activity will be called.
If you override it, you can refresh your activity from there.