This repository explains how to play a video from android asset folder.
By default android VideoView plays local videos placed in raw folder, but for most of AR applications the local video file must be placed in android assets. If you want to play these video files in VideoView it reqires content provider.
In this repository the video file is in mp4 format is placed in assets folder. This repository shows how to create content provider to access that file.
This repository explains both java and kotlin way coding.
Clone this repository and open the root folder in Android Studio.
- Leslie Correa - Contributor - LeslieCorrea
This project is licensed under the MIT License - see the LICENSE.md file for details.