I am new to android development and I am programming a game. My game has cutsceens that play before each level starts, cutsceens which are done through videoview. My problem
Just use onSaveInstanseState method instead of onPause and use onRestart instead of onResume. It will definitely work. Cheers !