Skip to content

aseel-aaa/simple-video-player

Repository files navigation

Android Kotlin

Simple Video Player 🎬

A basic Android video player app written in Kotlin.
This project was created as part of an Introduction to Android Mobile Application Development to practice building simple apps.


Features

  • Play a video from the res/raw folder.
  • Basic user interface with a VideoView.
  • Media controls (play, pause, seek) via MediaController.
  • Easy to extend for more videos or UI enhancements.

Project Structure

  • MainActivity.kt → Main activity that handles video playback.
  • res/raw/test → Example video file used in the project.
  • activity_main.xml → Simple layout with a VideoView.

How It Works

  • The app uses a VideoView to display video content.
  • A MediaController is attached to allow play/pause and seeking.
  • Video file is stored in the res/raw folder and referenced via URI.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages