I have an open project project for Android written in Java (Eclipse). There are about 300 classes. I want to be able to understand the code faster and have a general idea of ββall classes, interfaces and know how they relate to each other. Is there a way in Eclips or an external utility that could help get the project class structure?
source share