Android - Buffering in MediaPlayer
Posted
by Chris
on Stack Overflow
See other posts from Stack Overflow
or by Chris
Published on 2010-06-02T17:24:50Z
Indexed on
2010/06/02
17:34 UTC
Read the original article
Hit count: 624
I am using MediaPlayer to play a video in my app. The video takes a while to buffer and the videoview is blank for that time.
Is there a way to start the buffering when the user is in the previous screen, so that when he comes to the video playing screen, the video is ready to play?
Thanks Chris
© Stack Overflow or respective owner