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.
Q & A
Catch common Java mistakes as compile-time errors.
Android Studio/IntelliJ IDEA Plugin for Android code generation.
Extra "injection" library for Android which uses annotation processing to generate code that does direct field assignment of your extras.
Dart is inspired by ButterKnife.
Using Java Annotations and Reflection, this library will allow you to replace some of annoying boilerplate setup from your Activities, Fragments, and Views with an annotation based approach.
This widget is a customized version of the Android ProgressBar
. It provides developers the ability to add a dynamically populated progress circle with gradient.
Features:
SharedPreferenceInspector provides a simple way to see shared preferences and edit them for test. No need to pull shared preferences. Just some simple clicks to see the values stored. Also with test mode to change the values and check the behavior of the app.
Q & A