Skip to content

Files

Latest commit

98ffeaa · Oct 16, 2021

History

History
This branch is 29 commits behind realm/realm-kotlin-samples:main.

Intro

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 9, 2021
Jul 17, 2021
Jun 16, 2021
Jul 13, 2021
Oct 16, 2021
Jun 9, 2021
Jul 13, 2021
Oct 16, 2021
Jul 16, 2021
Jun 9, 2021
Jun 9, 2021
Jun 9, 2021
Jun 9, 2021

Realm Multiplatform Sample

A Kotlin Multiplatform Mobile (KMM) Project showing usage of Realm Kotlin in a shared module of a multiplatform project for both Android and iOS.

The example is based on the Kotlin Multiplatform Mobile Project from https://github.com/Kotlin/kmm-sample/blob/master/README.md

NOTE: The SDK doesn't currently support x86 - Please use an x86_64 or arm64 emulator/device

Overview

The Realm Kotlin Multiplatform SDK is used to provide a common implementation of an ExpressionRepository for storing a computation history of calculations performed in the respective apps. The repository is implemented once in the commonMain source set of the shared-module and is triggered by the shared Calculator-implementation from the original KMM-sample project.

References

For instructions on developing Kotlin Multiplatform Mobile Project, visit Kotlin Multiplatform Mobile Developer Portal.