Videoview Pausing and resuming

后端 未结 7 655
青春惊慌失措
青春惊慌失措 2020-12-08 06:19

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

7条回答
  •  被撕碎了的回忆
    2020-12-08 06:59

    Just use onSaveInstanseState method instead of onPause and use onRestart instead of onResume. It will definitely work. Cheers !

提交回复
热议问题