Skip to content

Commit

Permalink
Add user presence and client reset project cards & update kotlin logo
Browse files Browse the repository at this point in the history
  • Loading branch information
cbullinger committed Aug 4, 2023
1 parent c41cba1 commit 42f8549
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 27 deletions.
45 changes: 18 additions & 27 deletions source/images/icons/kotlin_sdk.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 39 additions & 0 deletions source/sdk/kotlin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -186,3 +186,42 @@ Recommended Reading
:icon-alt: Migrate Icon

Learn why and how to switch from the Java SDK to the Kotlin SDK.

Example Projects
----------------

Explore engineering and community-provided example projects to learn best
practices and common development patterns for Realm and Atlas App Services
using the Kotlin SDK.

.. card-group::
:columns: 3
:style: extra-compact

.. card::
:headline: Property-Level Encryption
:cta: Example project
:url: https://github.com/realm/realm-kotlin-samples/blob/main/AppServicesUsageSamples/apps/property-encryption/README.md
:icon: /images/icons/kotlin_sdk.svg
:icon-alt: Kotlin Icon

Enhance user data security with property-level encryption.

.. card::
:headline: User's Online State
:cta: Example project
:url: https://github.com/realm/realm-kotlin-samples/blob/main/AppServicesUsageSamples/apps/presence-detection/README.md
:icon: /images/icons/kotlin_sdk.svg
:icon-alt: Kotlin Icon

Detect when a user is online or offline.

.. card::
:headline: Connection State Change & Error Handling
:cta: Example project
:url: https://github.com/realm/realm-kotlin-samples/blob/main/AppServicesUsageSamples/apps/error-handling/README.md
:icon: /images/icons/kotlin_sdk.svg
:icon-alt: Kotlin Icon

Learn best practices around handling Sync errors and client reset
strategies.

0 comments on commit 42f8549

Please sign in to comment.