Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.