I need to navigate through the whole android api objects inside the Android Studio to find out classes that extend an individual class and also list of class and interfaces that is extended by an individual class in a hierarchy form.

In a simple word I need something like visual studio's Object Browser inside the android studio.

any solution?

有帮助吗?

解决方案

Navigate menu > Type Hierarchy.

其他提示

This is what comes with the IDE: into Project Tab, select Project View, and browse the External Libraries.

enter image description here

Updating info since the question is from '13

Sadly I couldn't find anything after about an hour of digging beyond the 2 awkward and not comparable answers above.

My solution was to create a chrome window app of the page located at: https://developer.android.com/reference/packages.html

It's only after you leave Visual Studio that you understand why people say VS users are spoiled. I guess Balmer really meant it when he said it - DEVELOPERS DEVELOPERS DEVELOPERS DEVELOPERS =)

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top