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 2609e92
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 27 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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/branding_2023/General_SECURITY_Encryption10x.png
:icon-alt: Encryption 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/branding_2023/Technical_REALM_Offline10x.png
:icon-alt: Realm Offline Icon

Detect connectivity and activity of users and devices.

.. 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/branding_2023/General_CLOUD_Mobility10x.png
:icon-alt: Cloud Mobile Transfer Icon

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

0 comments on commit 2609e92

Please sign in to comment.