JavaDoc is usually text-based and in HTML format. If you want to view the packages and class hierarchy graphically, here is a little utility http://www.DataCivilization.com/A.html.
Basically that is a JavaDoc viewer developed in JavaFX. You can use it to browse the Android API class by class while viewing their inheritance relationships. That makes it easier to understand the class hierarchy. It is certainly a good learning tool of the Android API. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

