You should be able to do this in the fragment itself when it shows itself. 
Check out the flow-chart on the right hand side of this page:

http://developer.android.com/guide/topics/fundamentals/fragments.html#Creating

Whenever any fragment gets shown and has already been created, it goes back 
to onCreateView() and then down the chain. Just make sure to put some sort 
of refresh in one of the steps that makes the most sense for your 
application.

Steven
Studio LFP
http://www.studio-lfp.com

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to