A Crypto exchange ui using jetpackCompose containing samples that help you learn, understand and implement jetpack compose in your next android project
Jetpack Compose is Android’s modern toolkit 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.
- Please download the Early Access version of IntelliJ from here.
- Load the project and run Main.kt
- Start new project from Desktop using Kotlin 1.4.+
- Official Google Documentation
- All the contributions are welcomed start with the following issues.
- Support for dark mode
- Scrollview with recyclerview issue (recyclerView.setNestedScrollingEnabled(false) isn't available in compose)
- Scrollview goes below bottom navigation view
- Thanks happy coding