Skip to content

Creating a crypto exchange ui using Jetpackcompose. creating a mobile wallet for Ethereum, Bitcoin, Tether, BNB and so on

Notifications You must be signed in to change notification settings

EmmanuelDav/CryptoTracker

Repository files navigation

Compose Crypto Exchange

A Crypto exchange ui using jetpackCompose containing samples that help you learn, understand and implement jetpack compose in your next android project

Demo

Screenshots


Jetpack Compose

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.

How to get started

  • 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 Documentations

Contribution Info

  • 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

Releases

No releases published

Packages

No packages published

Languages