Hi I am developing an application that play video in android player.
But i am stuck in between. I used videoView to play video on that.
But inbetween if any incomming call, incomming message come that after
by video can not be resume.
Even if battery low message come than also i can’t resume my video.
Hi I am developing an application that play video in android player. But i
Share
What exactly happens when you return to the screen from the interrupt? You could save the “state” of the playback in internal storage and resume to the point at which it was before. Try utilizing the onResume and onStop methods of your activity.
Check the first image here for more http://developer.android.com/reference/android/app/Activity.html