• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Android Documentation

When I was first starting to learn Java, I read the Javadocs like crazy. I found them to be very helpful. I am just starting to get into Android development, and I understand much of the back end is Java. But is there similar documentation for the UI components that are exclusive to Android? I'd like to start reading the documentation, but I'm having trouble finding it. The immediate goal is to find the inheritance path for a few components so I can read the source in order to pick them apart. I'm admittedly in a Google-fu slump at the moment. Any help would be appreciated.
 
When I was first starting to learn Java, I read the Javadocs like crazy. I found them to be very helpful. I am just starting to get into Android development, and I understand much of the back end is Java. But is there similar documentation for the UI components that are exclusive to Android? I'd like to start reading the documentation, but I'm having trouble finding it. The immediate goal is to find the inheritance path for a few components so I can read the source in order to pick them apart. I'm admittedly in a Google-fu slump at the moment. Any help would be appreciated.
Do you mean something like this https://developer.android.com/training/index.html?
 
Last edited:
Also look at the sample applications in Android Studio. They cover most of the basic UI components. You can learn a lot from looking at this code.
 
Back
Top Bottom