Pergunta

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?

Foi útil?

Solução

Navigate menu > Type Hierarchy.

Outras dicas

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 =)

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top