Skip to content

kaaneneskpc/CMPCurrencyApp

Repository files navigation

Capture

This is a Compose Multiplatform Currency project targeting Android, Desktop.

  • /composeApp is for code that will be shared across your Compose Multiplatform applications. It contains several subfolders:
    • commonMain is for code that’s common for all targets.
    • Other folders are for Kotlin code that will be compiled for only the platform indicated in the folder name.
    • For example, if you want to use Apple’s CoreCrypto for the iOS part of your Kotlin app, iosMain would be the right folder for such calls.
    • For example, if you want to use CoreCrypto for the Desktop part of your Kotlin application, desktopMain would be the right folder for such calls.

Learn more about Kotlin Multiplatform

Features

Library Source
Material 3 https://m3.material.io/develop/android/mdc-android
Koin https://github.com/ktorio/ktor-documentation
Voyager https://github.com/adrielcafe/voyager
BuildKonfig https://github.com/yshrsmz/BuildKonfig
Ktor Client https://github.com/ktorio/ktor-documentation
Kotlinx Serialization https://kotlinlang.org/docs/serialization.html#what-s-next
Kotlinx DateTime https://github.com/Kotlin/kotlinx-datetime
Kotlinx Coroutines https://github.com/Kotlin/kotlinx.coroutines
Coil https://coil-kt.github.io/coil/getting_started/
MongoDb Realm https://www.mongodb.com/developer/products/realm/
WindowSize https://github.com/chrisbanes/material3-windowsizeclass-multiplatform
Stately https://github.com/touchlab/Stately

Previews

Mobile

Android.Emulator.-.Pixel_6_Pro_API_33_5554.2024-04-27.01-47-11.mp4

Desktop

CurrencyApp.2024-04-27.03-23-27.mp4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages