When switching tabs, the current fragments of previously selected tabs don't receive the onPause()/onResume() events. This can be problematic in scenarios when you have to release resources, like stopping a video player. I checked this Google's sample and the events are triggered as expected.
When switching tabs, the current fragments of previously selected tabs don't receive the onPause()/onResume() events. This can be problematic in scenarios when you have to release resources, like stopping a video player. I checked this Google's sample and the events are triggered as expected.
Google Navigation Advanced Sample