Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Object Browser inside the Android Studio

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?

like image 762
Hamid Behnam Avatar asked Dec 03 '13 18:12

Hamid Behnam


1 Answers

Navigate menu > Type Hierarchy.

like image 147
Scott Barta Avatar answered Sep 20 '22 02:09

Scott Barta