View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window android-activity-graphs-1.2.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.example.dagger.activitygraphs
├─ com.example.dagger.activitygraphs.ActivityModule.class - [JAR]
├─ com.example.dagger.activitygraphs.AndroidModule.class - [JAR]
├─ com.example.dagger.activitygraphs.BuildConfig.class - [JAR]
├─ com.example.dagger.activitygraphs.DemoApplication.class - [JAR]
├─ com.example.dagger.activitygraphs.DemoBaseActivity.class - [JAR]
├─ com.example.dagger.activitygraphs.DemoBaseFragment.class - [JAR]
├─ com.example.dagger.activitygraphs.ForActivity.class - [JAR]
├─ com.example.dagger.activitygraphs.ForApplication.class - [JAR]
├─ com.example.dagger.activitygraphs.R.class - [JAR]
com.example.dagger.activitygraphs.ui
├─ com.example.dagger.activitygraphs.ui.ActivityTitleController.class - [JAR]
├─ com.example.dagger.activitygraphs.ui.HomeActivity.class - [JAR]
├─ com.example.dagger.activitygraphs.ui.HomeFragment.class - [JAR]