Search code examples
androidandroid-roomandroid-architecture-components

Where Are the JavaDocs for Room?


Room sounds interesting, but I cannot find any of the classes in the Android Developer site's JavaDocs, as they do not show up when searching. Are JavaDocs available for Room?


Solution

  • The search problem will be fixed eventually, I hope.

    However, you can also access the JavaDocs more directly. In the Reference area, above the package tree, you will find a pair of drop-down lists:

    Reference Drop-Down Lists

    The one showing "Android Platform" can be switched to "Architecture Components", which brings up the classes for all the Architecture Components, including Room:

    Reference for Architecture Components