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: 3 months ago
JSON representation
A Slack demo app for desktop using Jetpack Compose UI toolkit
- Host: GitHub
- URL: https://github.com/vipulasri/ComposeSlackDesktop
- Owner: vipulasri
- License: apache-2.0
- Created: 2021-01-05T10:00:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-17T19:24:35.000Z (almost 4 years ago)
- Last Synced: 2024-06-13T21:42:47.275Z (5 months ago)
- Topics: android, jetpack, jetpack-compose, jetpack-compose-desktop, jetpackcompose, kotlin, kotlin-android
- Language: Kotlin
- Homepage:
- Size: 1.35 MB
- Stars: 282
- Watchers: 8
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jetpack-compose-awesome - ComposeSlackDesktop - A Slack demo app for desktop using Jetpack Compose (Compose Desktop Projects / UI)
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)