Giter VIP home page Giter VIP logo

android_mediaplayer's Introduction

Android Media Player

For this app, you'll build a simple media player app which will allow a user to retrieve audio files and play them.

Requirements

  • Add a button to post an intent to request a file.

    You can use .setType("audio/*") to specify which type of file to return

  • Use MediaPlayer or VideoView to play the files as required

  • Allow for basic controls:

    • Play/Pause
    • Display progress in track with a SeekBar
    • Allow user to use the SeekBar to move to different points in the track
  • To call mediaPlayer.release() when you activity is stopped and create a new one in onStart

Go Further

There are a few additional features which you can include in order to improve your app

  • Allow users to select either audio or video files and play each one accordingly

    Use setType("video/*") to retreive a video

  • Save each track persistently with the last played position to allow the user to pick up where they left off
  • When tracks are added, add them to a list and allow the user to select previous tracks from that list
  • Instead of an intent to retrieve the images, use that intent to request a directory using setType("file/*") then step through that directory to add all media files inside of it to your list.

android_mediaplayer's People

Contributors

chancepayne avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.