I'm trying to get a fragment working such that when the fragment is brought into view it refreshes the content in the view.
I thought that I could implement OnPageChangeListener and override onPageSelected but my breakpoint is never hit. Is there a better way? Or, perhaps this means I am doing things wrong somewhere in my code? I've also tried using onResume(), but this does not get called each time the fragment is displayed, which is what I need. Any suggestions? -- -- 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 --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

