Skip to content

Shresth17/Media_Player

 
 

Repository files navigation

MediaPlayer Application

The MediaPlayer app, written in Kotlin, offers a streamlined activity for playing songs.

Overview

This application serves as a straightforward media player, allowing users to manage both video and audio playback seamlessly.

Requirements

Ensure the following prerequisites are met before proceeding:

  • Android Studio must be installed on your computer.
  • Your device or emulator should have Android API level 21 or above.

Cloning the Repository

Using Git

To clone the repository, follow these steps:

  1. Launch a terminal window.
  2. Execute the following command to clone the repository:
    git clone <repository-url>
    
    Replace <repository-url> with the URL of your GitHub repository.

Using Android Studio

Alternatively, you can clone the repository through Android Studio:

  1. Open Android Studio.
  2. Select "Get from Version Control" or go to File > New > Project from Version Control.
  3. Paste the repository URL into the designated field.
  4. Click "Clone" to initiate the cloning process.

Importing the Project into Android Studio

Follow these steps to import the project into Android Studio:

  1. Open Android Studio.
  2. Choose "Open an existing Android Studio project".
  3. Navigate to the directory where the repository was cloned and select the project folder.
  4. Click "OK" to import the project.

Running the Application

Execute the following steps to run the app:

  1. Connect your Android device to your computer via USB, or launch an emulator within Android Studio.
  2. Wait for Android Studio to complete building the project.
  3. Select your device from the list of available devices in Android Studio.
  4. Click the "Run" button (green triangle) in the toolbar, or press Shift + F10.
  5. Allow time for the app to be installed and launched on your device.

Additional Configuration

  • Should any issues arise during setup or execution, do not hesitate to contact the project maintainers for assistance.
  • Familiarize yourself with the project structure and source code to gain insights into the media player app's functionality and contribute to its development.

Preview


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%