Simple app for playing music preview from iTunes
/* Copyright (c) 2021 ismealdi All Rights Reserved.
* Android Developer
* Aldi Maulana
*/
Requires API >= 21 (>= Lollipop)
- Open Android Studio and launch the Android SDK manager from it (Tools | Android | SDK Manager)
- Ensure the following components are installed and updated to the latest version.
- Android SDK Platform-Tools
- Android Support Repository
- Google Repository
- Return to Android Studio and select Open an existing Android Studio project
- Select the MusicPopUp directory.
Simple and clean design for your app build from scratch with Adobe XD
- Fork it (https://github.com/ismealdi/MusicPopUp//fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request