Android SDK Firefox Extension
A Firefox extension that adds view source links for the Android SDK.
This extension is derived from Roman Nurik's Android SDK Search Extension for Chrome, all copyrights for source and icon belongs to him.
Source link: https://github.com/0legg/AndroidSDKFirefoxExtension
A Firefox extension that adds view source links for the Android SDK.
This extension is derived from Roman Nurik's Android SDK Search Extension for Chrome, all copyrights for source and icon belongs to him.
Just a cool background view.
It is generally known that load an unoptimized Dex file at runtime in Android (especially in ART mode) would take a long time. When your App is using MultiDex or PluginFramework, You will find that this problem is hard to bear.
TurboDex was born to solve this problem, Like to opens the god mode for AndroidVM, after using TurboDex, no matter how much Dex file your need to load, it will be finished in a very short time.
Legend is a Hook framework for Android Development, it allows you to Hook Java methods without ROOT. Even more exciting is that it supports both Dalvik and Art environment!
Helps setup the tasks needed to generate javadocs for an Android library.
DSL Platform compatible JSON library for Java and Android.
Retrofit ships with support for OkHttp's RequestBody and ResponseBody types but the library is content-format agnostic. This modules contained herein are additional converters for JSON which uses FastJson.