Ecosyste.ms: Awesome

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

https://github.com/Gurupreet/ComposeSpotifyDesktop

Spotify Demo Desktop app using Jetpack compose
https://github.com/Gurupreet/ComposeSpotifyDesktop

Last synced: 19 days ago
JSON representation

Spotify Demo Desktop app using Jetpack compose

Lists

README

        

Compose Spotify Desktop


Declarative UI


A Spotify demo app for desktop using Jetpack Compose UI toolkit

## Demo

Home | Search & Detail
:-------------------------:|:-------------------------
![](https://media.giphy.com/media/NMLgK1lJ8UGtNxx3ja/giphy.gif) | ![](https://media.giphy.com/media/OaQy1bKngytw5FvoSg/giphy.gif)

# Jetpack Compose

Jetpack Compose is Android’s modern toolkit (now supporting Desktop) for building native UI. It simplifies and
accelerates UI development on Android. Quickly bring your app to life with less code, powerful tools, and intuitive
Kotlin APIs.

## How to get started

- Please download the Early Access version of
IntelliJ [from here](https://www.jetbrains.com/idea/nextversion/#section=mac).
- Load the project and run Main.kt
- Start new project from Desktop using Kotlin 1.4.+

## Official Documentations

- Official Google Documentation
- [Compose for Desktop](https://www.jetbrains.com/lp/compose/)
- [Jetpack compose](https://developer.android.com/jetpack/compose)
- [Jetpack compose Samples](https://github.com/android/compose-samples)

## Please Share & Star the repository to keep me motivated.