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

https://github.com/hamidrezasahraei/musicappcomposeui

A sample Music Player project that help you learn about Compose in Android. Note that this app only contain UI and has no logic. The design is inspired from this and this.
https://github.com/hamidrezasahraei/musicappcomposeui

android compose jetpack-android jetpack-compose music music-player ui

Last synced: about 1 year ago
JSON representation

A sample Music Player project that help you learn about Compose in Android. Note that this app only contain UI and has no logic. The design is inspired from this and this.

Awesome Lists containing this project

README

          

# Music App Compose UI

A sample Music Player project that help you learn about Compose in Android.
Note that this app only contain UI and has no logic. The design is inspired from [this](https://dribbble.com/shots/17305460-Radio-AVA-Music-Player-App-Ui-Design?utm_source=Clipboard_Shot&utm_campaign=mrfarahzad&utm_content=Radio%20AVA%20-%20Music%20Player%20App%20Ui%20Design%F0%9F%94%A5%F0%9F%A4%98&utm_medium=Social_Share&utm_source=Clipboard_Shot&utm_campaign=mrfarahzad&utm_content=Radio%20AVA%20-%20Music%20Player%20App%20Ui%20Design%F0%9F%94%A5%F0%9F%A4%98&utm_medium=Social_Share) and [this](https://github.com/philipplackner/MeditationUIYouTube).

Current State:
![The desired UI](https://github.com/hamidrezasahraei/MusicAppComposeUI/blob/master/CurrentUI.png?raw=true "The desired UI")

The desired UI:
![The desired UI](https://raw.githubusercontent.com/hamidrezasahraei/MusicAppComposeUI/master/MusicUI.webp "The desired UI")

## What used in this project:

- Row / Column / LazyRow
- Using weight and combining rows and columns for gallery like images
- Canvas in Latest albums section
- Quadratic Bezier for the waves used in Live Radio section
- BoxWithConstraints
- Align base line
- Chips like items
- ...

## Roadmap

- Complete `Browser` screen (padding of lazy rows, top archs in background, ...)
- Bottom navigation
- `My Music` screen
- `Home` screen

## Contributing

Contributions are always welcome!