Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msvalandro/musicappui
Music App UI is an Android mobile application built using Kotlin and Jetpack Compose. This is a simple UI app using drawer navigation to learn its concepts.
https://github.com/msvalandro/musicappui
android jetpack-compose kotlin
Last synced: 14 days ago
JSON representation
Music App UI is an Android mobile application built using Kotlin and Jetpack Compose. This is a simple UI app using drawer navigation to learn its concepts.
- Host: GitHub
- URL: https://github.com/msvalandro/musicappui
- Owner: msvalandro
- License: mit
- Created: 2024-10-15T20:59:04.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-16T14:09:45.000Z (4 months ago)
- Last Synced: 2024-10-18T06:28:20.616Z (4 months ago)
- Topics: android, jetpack-compose, kotlin
- Language: Kotlin
- Homepage:
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🎵 Music App UI
**Music App UI** is an Android mobile application built using Kotlin and Jetpack Compose. This is a simple UI app using drawer navigation to learn its concepts.
This project is part of my learning journey in the course **The Complete Android 14 & Kotlin Development Masterclass** by [Tutorials.eu (Denis Panjuta)](https://tutorials.eu/).
## 🛠️ Technologies Used
- **Kotlin**: Main programming language for Android development.
- **Jetpack Compose**: For building modern UI with less code and more flexibility.
- **Android Studio**: The integrated development environment (IDE) used for the project.## 🚀 Getting Started
Follow these steps to set up and run the app on your local environment.
### Prerequisites
- Android Studio (latest version)
- OpenJDK 17.0.12 or higher
- Android device or emulator with API level 21 or higher### Installation
1. Clone the repository:
```sh
git clone https://github.com/msvalandro/MusicAppUI.git
cd MusicAppUI
```2. Open the project in **Android Studio**.
3. Build and run the project:
- **For emulator**: Press `Run` in Android Studio or use the shortcut `Shift + F10`.
- **For physical device**: Connect your Android device and enable developer mode, then press `Run`.## 📄 License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.
---
This project was developed as part of the **The Complete Android 14 & Kotlin Development Masterclass** course.