From the course: Android Development Essential Training: Your First App with Kotlin

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Find answers in the documentation

Find answers in the documentation - Android Tutorial

From the course: Android Development Essential Training: Your First App with Kotlin

Start my 1-month free trial

Find answers in the documentation

- [Narrator] Google provides extensive documentation for Android developers. It's available at developer dot android dot com slash docs. You'll find tutorials and conceptual documentation under the "guides" tab. And for the API documentation, look at the reference section. From here, the reference documentation is separated into categories. The Android platform includes classes and components that are part of the core API. The Android support library section contains components that are delivered separately. That work across Android versions and Android X contains many of the same components but they're separated into different packages that start with the phrase "Android X". Now, in order to find documentation for any class, click into the search box and type the name of the class. So, for example, I'll go to the activity. I'll find a bunch of references here and I'll go to Android dot App dot Activity. One of the most important classes in the entire SDK. You can now separate the…

Contents