File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed
images/icons/branding_2023 Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,8 @@ Learn about the core features of Realm with Atlas Device Sync.
62
62
Use multiple realms to allow registered users to sync and manage movies in their own private list.
63
63
- - `React Native <https://github.com/realm/realm-js/tree/main/examples/rn-multiple-realms>`__
64
64
65
+ .. _realm-example-projects-table:
66
+
65
67
Example Projects
66
68
----------------
67
69
@@ -120,7 +122,7 @@ Check out these supplementary projects to build on the power of Realm with Atlas
120
122
- - `Kotlin <https://github.com/realm/realm-kotlin-samples/tree/main/MultiplatformDemo>`__
121
123
122
124
* - JVM Console Application
123
- - Build a simple Jave Console Application using Realm Kotlin.
125
+ - Build a simple Java Console Application using Realm Kotlin.
124
126
- - `Kotlin <https://github.com/realm/realm-kotlin-samples/tree/main/JVMConsole>`__
125
127
126
128
* - Property-level Encryption
Original file line number Diff line number Diff line change @@ -193,7 +193,8 @@ Example Projects
193
193
194
194
Explore engineering and expert-provided example projects to learn best
195
195
practices and common development patterns for Realm and Atlas App Services
196
- using the Kotlin SDK.
196
+ using the Kotlin SDK. Check out the :ref:`<realm-example-projects-table>` page
197
+ for more Kotlin sample apps.
197
198
198
199
.. card-group::
199
200
:columns: 3
@@ -207,13 +208,22 @@ using the Kotlin SDK.
207
208
:icon-alt: Encryption Icon
208
209
209
210
Enhance user data security with property-level encryption.
211
+
212
+ .. card::
213
+ :headline: Offline Login and Realm Access
214
+ :cta: Example project
215
+ :url: https://github.com/realm/realm-kotlin-samples/blob/main/AppServicesUsageSamples/apps/property-encryption/README.md
216
+ :icon: /images/icons/branding_2023/Technical_REALM_Offline10x.png
217
+ :icon-alt: Realm Offline Icon
218
+
219
+ Log in a Device Sync user and open a synced realm offline.
210
220
211
221
.. card::
212
222
:headline: User's Online State
213
223
:cta: Example project
214
224
:url: https://github.com/realm/realm-kotlin-samples/blob/main/AppServicesUsageSamples/apps/presence-detection/README.md
215
- :icon: /images/icons/branding_2023/Technical_REALM_Offline10x .png
216
- :icon-alt: Realm Offline Icon
225
+ :icon: /images/icons/branding_2023/General_CONTENT_Users10x .png
226
+ :icon-alt: Users Icon
217
227
218
228
Detect connectivity and activity of users and devices.
219
229
You can’t perform that action at this time.
0 commit comments