The Video Player App is an Android application in java language that allows users to play videos on their mobile devices. It provides a user-friendly interface for viewing videos and supports various video formats.
- Play video files
- Play/Pause control: Users can easily play and pause video playback using intuitive controls.
- Seek video progress: The app provides a seek bar to allow users to navigate to different parts of the video.
- Full-screen mode: Users can view videos in full-screen mode for an immersive experience.
- Volume and brightness control: The app offers control options to adjust the video volume and screen brightness.
- Video playlist: Users can create playlists and manage their favorite videos within the app.
To run the Video Player App on your Android device or emulator, follow these steps:
- Clone the repository from GitHub:
- Open the project in Android Studio.
- Build and run the app on your Android device or emulator.
- Android Studio: Make sure you have the latest version of Android Studio installed.
- Android SDK: Ensure that you have the necessary Android SDK components installed for API level 16 and above.