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.8.20
.
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. |
||
App Services usage samples: Atlas App Services usage samples with Realm-Kotlin. |
||
Java-Kotlin-Maven Interop Demo: Sample project showing how Realm Kotlin can be consumed by a Java project using Maven. |
External Project | |||
---|---|---|---|
FantasyPremierLeague: Kotlin Multiplatform project with Jetpack Compose and SwiftUI by @joreilly |