Bwaim / MusicalStructure

This is the fourth project of the Android Basics Nanodegree. 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Musical Structure

Presentation

This is the fourth project of the Android Basics Nanodegree. 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.

New Technical Points

  • Use of Tabs with TabLayout
  • Use of ArrayAdapter
  • Use of GridView / ListView
  • Use of explicit intents to navigate to new screen
  • Use of SeekBar
  • Use of MediaPlayer

Screenshots

About

This is the fourth project of the Android Basics Nanodegree. 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.

License:Apache License 2.0


Languages

Language:Java 100.0%