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 flow-sample-0.8.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.example.flow.view
├─ com.example.flow.view.ConversationListView.class - [JAR]
├─ com.example.flow.view.ConversationView.class - [JAR]
├─ com.example.flow.view.FriendListView.class - [JAR]
├─ com.example.flow.view.FriendView.class - [JAR]
├─ com.example.flow.view.MessageView.class - [JAR]
com.example.flow
├─ com.example.flow.BuildConfig.class - [JAR]
├─ com.example.flow.DaggerConfig.class - [JAR]
├─ com.example.flow.DemoApp.class - [JAR]
├─ com.example.flow.GsonParcer.class - [JAR]
├─ com.example.flow.MainActivity.class - [JAR]
├─ com.example.flow.R.class - [JAR]
├─ com.example.flow.SampleData.class - [JAR]
├─ com.example.flow.Screens.class - [JAR]
com.example.flow.model
├─ com.example.flow.model.Conversation.class - [JAR]
├─ com.example.flow.model.User.class - [JAR]
com.example.flow.util
├─ com.example.flow.util.ObjectUtils.class - [JAR]
├─ com.example.flow.util.Preconditions.class - [JAR]
├─ com.example.flow.util.Utils.class - [JAR]
com.example.flow.screenswitcher
├─ com.example.flow.screenswitcher.CanShowScreen.class - [JAR]
├─ com.example.flow.screenswitcher.FrameScreenSwitcherView.class - [JAR]
├─ com.example.flow.screenswitcher.HandlesBack.class - [JAR]
├─ com.example.flow.screenswitcher.HandlesUp.class - [JAR]
├─ com.example.flow.screenswitcher.PathContext.class - [JAR]
├─ com.example.flow.screenswitcher.ScreenSwitcher.class - [JAR]
├─ com.example.flow.screenswitcher.ScreenSwitcherView.class - [JAR]
├─ com.example.flow.screenswitcher.SimpleSwitcher.class - [JAR]
├─ com.example.flow.screenswitcher.UpAndBackHandler.class - [JAR]
com.example.flow.appflow
├─ com.example.flow.appflow.AppFlow.class - [JAR]
├─ com.example.flow.appflow.AppFlowContextFactory.class - [JAR]
├─ com.example.flow.appflow.FlowBundler.class - [JAR]
├─ com.example.flow.appflow.Screen.class - [JAR]
├─ com.example.flow.appflow.ScreenContextFactory.class - [JAR]