-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
README updates #164
README updates #164
Conversation
@cmelchior requesting review |
README.md
Outdated
@@ -2,7 +2,7 @@ | |||
|
|||
Realm is a mobile database that runs directly inside phones, tablets or wearables. | |||
|
|||
This repository holds adapters for combining Realm Java with Android UI components and framework classes. | |||
This repository holds adapters for combining the Realm Android SDK with Android UI components and framework classes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would suggest linking to realm-java.
But we haven't renamed realm-java to "Realm Android"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point on linking to the SDK library -- I think a lot of users who stumble upon this page will appreciate the link.
As for the naming... in the docs, we use the term "Android SDK" to more easily distinguish between realm-swift and realm-java -- the thought is, it's easier for users to find the SDK they care about if they can focus on the platform. It also helps clarify that realm-java only works with Android apps, not arbitrary java applications.
However... those names aren't set in stone. Especially with the Kotlin Multiplatform (or Kotlin Native?) SDK coming up, it might be better to rethink that naming convention, since Android apps will presumably just start using the Kotlin SDK at some point.
I think I'd be more comfortable wording this as "realm-java (also known as the Realm Android SDK)" given our naming convention in the docs. But we're probably long overdue some active thought on the naming convention in the docs... if you feel strongly that we should consider renaming "Android SDK" realm-java, I can make that happen pretty quickly and we can just rephrase this to "Realm Java SDK" or "realm-java" or "Realm Java".
@bmunkholm let me know what you think, great question.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This repository holds adapters for combining the Realm Android SDK with Android UI components and framework classes. | |
This repository holds adapters for combining [realm-java](https://github.com/realm/realm-java) (the Realm Android SDK) with Android UI components and framework classes. |
Co-authored-by: Christian Melchior <[email protected]>
Co-authored-by: Brian Munkholm <[email protected]>
@cmelchior Responded to the feedback that you and @bmunkholm provided -- please take a look (and merge this in, if all is well). |
Co-authored-by: Brian Munkholm <[email protected]>
@cmelchior Can you merge this in if we don't need any more changes? |
@cmelchior please merge this in. |
No description provided.