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 portable-android-handler-1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
android.os
├─ android.os.Handler.class - [JAR]
├─ android.os.HandlerThread.class - [JAR]
├─ android.os.Looper.class - [JAR]
├─ android.os.Message.class - [JAR]
├─ android.os.MessageQueue.class - [JAR]
android.os.utils
├─ android.os.utils.Logger.class - [JAR]
android.app
├─ android.app.ActivityThread.class - [JAR]
android.os.internal
├─ android.os.internal.DelayQueue.class - [JAR]
├─ android.os.internal.Delayed.class - [JAR]
├─ android.os.internal.PriorityQueue.class - [JAR]