Skip to content

Instantly share code, notes, and snippets.

@osama-raddad
Created March 17, 2016 20:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save osama-raddad/ed4323d64cc0bcf26b06 to your computer and use it in GitHub Desktop.
Save osama-raddad/ed4323d64cc0bcf26b06 to your computer and use it in GitHub Desktop.
VideoView from Url
videoView = (VideoView)findViewById(R.id.VideoView);
videoView.setVideoPath("/sdcard/blonde_secretary.3gp");
videoView.start();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment