This is the structure of a music app using Intents, New Activities, ArrayLists, Loops and Custom Classes. The goal is to design and layout the flow for the structure of a Music Player app.
This project is about combining various ideas and skills we’ve been practicing throughout the course. They include:
- Designing an app experience to achieve a certain goal
- Creating new activities
- Using explicit Intents to link between activities in your app
- Using OnClickListeners to add behavior to buttons using Java code.
- Creating your own Custom Class
- Looping through an ArrayList
- Populating a ListView or GridView with an ArrayAdapter
Try it yourself: MusicPlayer.apk



