[Documentation] Added androidx javadoc reference#11
Open
radityagumay wants to merge 1 commit intopyricau:mainfrom
Open
[Documentation] Added androidx javadoc reference#11radityagumay wants to merge 1 commit intopyricau:mainfrom
radityagumay wants to merge 1 commit intopyricau:mainfrom
Conversation
pyricau
reviewed
May 27, 2021
| .sass-cache/ | ||
| .jekyll-cache/ | ||
| .jekyll-metadata | ||
| /.idea/ |
Author
There was a problem hiding this comment.
nothing changes. was using IDEA, and by default, it would generate the meta.
pyricau
reviewed
May 27, 2021
| * View internals? See [View.java](https://cs.android.com/android/platform/superproject/+/master:frameworks/base/core/java/android/view/View.java). | ||
| * Activity lifecycle? See [ActivityThread.java](https://cs.android.com/android/platform/superproject/+/master:frameworks/base/core/java/android/app/ActivityThread.java). | ||
| * Art Runtime? See [class.cc](https://cs.android.com/android/platform/superproject/+/master:art/runtime/mirror/class.cc). | ||
| * Androidx javadoc [androidx.de](https://androidx.de/index.html) |
Owner
There was a problem hiding this comment.
That section on the android framework, not androidx
Author
There was a problem hiding this comment.
shall I create a new section?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
androidx.dex provides clear documentation that has details such as:
and the best thing from the documentation is that everything in the same page. So no need to juggle around to check which version on maven for that particular androidx libraries.
in contrast to official androidx. it has a single page that collects all information for library versioning which you're able to check here androidx version.