Skip to content

The goal of this project is to design and layout a music playing app that displays the list of available songs in a ListView or a GridView, navigates to a details screen of the currently playing song, and uses explicit intents to navigate around the app.

Notifications You must be signed in to change notification settings

carquet/musicApp

Repository files navigation

musicApp

Project 4

  1. Designing an app experience to achieve a certain goal
  2. Creating new activities
  3. Using explicit Intents to link between activities in your app
  4. Using OnClickListeners to add behavior to buttons using Java code.
  5. Creating your own Custom Class
  6. Looping through an ArrayList
  7. Populating a ListView or GridView with an ArrayAdapter

Resource used in branch Mediaplayer

  • Piano Sonata no. 14 in C# minor 'Moonlight Sonata', Op. 27 no. 2, Adagio Sostenudo, Beethoven
  • Piano Sonata no. 14 in C# minor 'Moonlight Sonata', Op. 27 no. 2, Allegretto, Beethoven
  • Piano Sonata no. 14 in C# minor 'Moonlight Sonata', Op. 27 no. 2, Presto, Beethoven
  • Nocturnes B flat Minor, Op. 9, Chopin

About

The goal of this project is to design and layout a music playing app that displays the list of available songs in a ListView or a GridView, navigates to a details screen of the currently playing song, and uses explicit intents to navigate around the app.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages