Streaming Video in Android…
Here is a simple example for Streaming video in Android… Below is my layout that contains a VideoView and ProgressBar. Don’t forget to add internet permission in the Android Manifest. MainActivity Done.
Here is a simple example for Streaming video in Android… Below is my layout that contains a VideoView and ProgressBar. Don’t forget to add internet permission in the Android Manifest. MainActivity Done.
Hello all…… Someone has been asking me how to play a video in android in fullscreen. Then I made some surfing in the internet and found a solution. You can check out how to play a video in android here and to check whether the video has completed playing here. The only change was to… Read More »