Working with video assets
In Android when working with videos, you can either stream from a Url or you can add a video to your
project and play it without using any data.
Examples
Stream a video from a url.
Play a video from the raw folder.
Here’s an example of working with a video in Android.