AndroidVideoCache
AndroidVideoCache copied to clipboard
How to restart downloading, if MediaPlayer pause then start again?
First, call MediaPlayer#setDataSource() and then prepareAsyn(). Call MediaPlayer#start() after prepared .It maybe only this way I found