AndroidVideoView
AndroidVideoView copied to clipboard
Android Custom VideoView
Results
2
AndroidVideoView issues
Sort by
recently updated
recently updated
newest added
Now, I have been creating my own Videoview using your sample code. All are OK , but mPlayTime shows wrong time. My test url is ''http://smf.blob.core.windows.net/samples/videos/bigbuck.mp4". Please help me. Thank...
Your formatTime method return wrong information. I use of this method instead of yours: in MainActivity class define these two: `StringBuilder mFormatBuilder;` `Formatter mFormatter;` in onCreate defined these two like...