Im using Videoview to show mp4 clips and when i go back (app in background) video stop.
How can i keep playing the video? can i override onpause of the VideoView?
|
VideoView does not stop playing when the Activity that hosts it is paused. If you are experiencing this behavior it may be for a different reason. |
|||
onPause()should be your starting point of trial. – Kazekage Gaara Jun 17 '12 at 12:39