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 imageloader-demo-1.5.8.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.novoda.imageloader.demo.provider
├─ com.novoda.imageloader.demo.provider.CustomUriMatcher.class - [JAR]
├─ com.novoda.imageloader.demo.provider.DatabaseManager.class - [JAR]
├─ com.novoda.imageloader.demo.provider.ImageLoaderDemoProvider.class - [JAR]
├─ com.novoda.imageloader.demo.provider.SqlFile.class - [JAR]
com.novoda.imageloader.demo
├─ com.novoda.imageloader.demo.BuildConfig.class - [JAR]
├─ com.novoda.imageloader.demo.DemoApplication.class - [JAR]
├─ com.novoda.imageloader.demo.R.class - [JAR]
com.novoda.imageloader.demo.activity.base
├─ com.novoda.imageloader.demo.activity.base.ImageLoaderBaseActivity.class - [JAR]
com.novoda.imageloader.demo.activity
├─ com.novoda.imageloader.demo.activity.BigImages.class - [JAR]
├─ com.novoda.imageloader.demo.activity.Demos.class - [JAR]
├─ com.novoda.imageloader.demo.activity.DirectLoading.class - [JAR]
├─ com.novoda.imageloader.demo.activity.ImageLongList.class - [JAR]
├─ com.novoda.imageloader.demo.activity.LongSmallImageList.class - [JAR]
com.novoda.imageloader.demo.util
├─ com.novoda.imageloader.demo.util.BugSenseHelper.class - [JAR]
├─ com.novoda.imageloader.demo.util.BugsenseApiKeyFailedException.class - [JAR]