Tag: Play video in Android with example
-
Play video in Android with example
In this tutorial explain that how to play video in android. Taking a video(3gp) file inside application raw folder and playing in on activity. The file structure is given as below: AndroidVideoPlayer.java Create a file in src as androidvideoplayer.java and use given code. Using VideoView class to load video from various sources , takes care […]
Posted in: Android