This repository contains a set of projects to help you learn about using Realm-Kotlin SDK Each sample demonstrates different use cases.
To try out these sample apps, clone the repository then import each project as an existing Android Studio project.
Samples are based on Kotlin 1.5
.
Project | ||
---|---|---|
Intro: This is a simple example based on the official KMM Sample |
||
Bookshelf: A more elaborate example using a shared business logic in Ktor, Kotlinx.Serialization and Realm, combined with a platform specific UI using Jetpack Compose and SwiftUI |
||
Kotlin Multiplatform Demo: Kotlin Multiplatform demo running on Android/iOS/macOS and JVM with Compose Desktop. |
||
JVM Console Application: Simple Java Console Application using Realm-Kotlin. |
External Project | ||
---|---|---|
FantasyPremierLeague: Kotlin Multiplatform project with Jetpack Compose and SwiftUI by @joreilly |