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 usergrid-android-client-0.0.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.usergrid.android.client.utils
├─ org.usergrid.android.client.utils.DeviceUuidFactory.class - [JAR]
├─ org.usergrid.android.client.utils.ObjectUtils.class - [JAR]
org.usergrid.android.client.callbacks
├─ org.usergrid.android.client.callbacks.ApiResponseCallback.class - [JAR]
├─ org.usergrid.android.client.callbacks.ClientAsyncTask.class - [JAR]
├─ org.usergrid.android.client.callbacks.ClientCallback.class - [JAR]
├─ org.usergrid.android.client.callbacks.DeviceRegistrationCallback.class - [JAR]
├─ org.usergrid.android.client.callbacks.GroupsRetrievedCallback.class - [JAR]
├─ org.usergrid.android.client.callbacks.QueryResultsCallback.class - [JAR]
org.usergrid.android.client
├─ org.usergrid.android.client.Client.class - [JAR]