This is a Music UI application, doesn’t support music playing made for Udacity Android Basics by Google Nanodegree.
This application includes 4 pages.
- MainActivity - play list
- NowPlayActivity - Now playing
- ArtistIntroActivity - Artist introduction
- MusicStoreActivity - Music Store
APPLICATION Work Flow:
- Tap a song in 1. play list and direct to 2 Now playing page
- In 2. Now playing page, tap artist name and direct to 3. Artist introduction page
- In 2. Now playing page, tap BUY THIS SONG and direct to 4. Music Store page
- Use Toolbar back key to back to previous page.
Pre-requisites
Android SDK v29
Android Build Tools v29.0.2
Getting Started
This sample uses the Gradle build system.
To build this project, use the "gradlew build" command or use "Import Project" in Android Studio.