jar

com.bennyhuo : portable-android-handler

Maven & Gradle

Jun 05, 2021
18 stars

PortableAndroidHandler · Pure Java implementation of Android Handler.

Table Of Contents

Latest Version

Download com.bennyhuo : portable-android-handler JAR file - Latest Versions:

All Versions

Download com.bennyhuo : portable-android-handler JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. 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]

Advertisement