Ecosyste.ms: Awesome

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

https://github.com/vipulasri/ComposeSlackDesktop

A Slack demo app for desktop using Jetpack Compose UI toolkit
https://github.com/vipulasri/ComposeSlackDesktop

android jetpack jetpack-compose jetpack-compose-desktop jetpackcompose kotlin kotlin-android

Last synced: 19 days ago
JSON representation

A Slack demo app for desktop using Jetpack Compose UI toolkit

Lists

README

        

# ComposeSlackDesktop
A Slack demo app for desktop using Jetpack Compose UI toolkit

## Demo



# 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)