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.