VideoView onResume loses buffered portion of the video

后端 未结 10 533
北恋
北恋 2020-12-01 02:56

I am having an Activity in which there is

  1. VideoView -- Streams a video from a webserver.

  2. Button -- Takes the user to the next activit

10条回答
  •  不思量自难忘°
    2020-12-01 03:36

    I've worked out a version that does not require a custom VideoView or manual configuration change handling. See Android VideoView orientation change with buffered video for an explanation.

提交回复
热议问题