realm / realm-java

Realm is a mobile database: a replacement for SQLite & ORMs
http://realm.io
Apache License 2.0
11.45k stars 1.75k forks source link

May I ask which example would be better for Android Java project reference? #7874

Closed mynameispp closed 4 months ago

mynameispp commented 4 months ago

Dear experts,May I ask which example would be better for Android Java project reference?

sync-by-unito[bot] commented 4 months ago

➤ PM Bot commented:

Jira ticket: RJAVA-1250

nirinchev commented 4 months ago

If you're looking to use Realm in an Android application, our recommendation would be to use the Realm Kotlin SDK - it adds many improvements on top of the Java SDK and is under more active development. You can find multiple samples using the Kotlin SDK in our samples repo.