android - How to start video from where it stopped -


i using videoview playing video. if go out of application, while returning application ie in onresume() should play video stopped.

to current progress(check in onpause):

long progress = mvideoview.getcurrentposition();  

to resume (in onresume):

mvideoview.seekto(progress); 

Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -