Android Studio Prettify
IntelliJ IDEA / Android Studio plugin with some tools and usability improvements
Plugin url : http://plugins.jetbrains.com/plugin/7405
Source link: https://github.com/Haehnchen/idea-android-studio-plugin
IntelliJ IDEA / Android Studio plugin with some tools and usability improvements
Plugin url : http://plugins.jetbrains.com/plugin/7405
Q & A
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.
android-autobgbutton is a subclass of the Button
widget that automatically darkens the button's background drawable when pressed, and sets it to transparent when disabled. This is inspired by iOS' automatic handling of custom background images for buttons.
AndroidPullMenu is an Open Source Android library that allows developers to easily create applications with pull menu. The aim of this library is to allow users that with a simple pull gesture to choose actions that they want to be executed.
This actions stand for refreshing options like refreshing the latest news, most viewed news, most commented views etc. or adding more actions inside view when you don’t want to implement these actions inside sliding menu. It can be implemented inside ScrollView, GridView, ListView.
Sometimes we need to show a top view above a ViewPager
or ListView
. DragTopLayout is a ViewGroup
that contains a content view and a top menu view. You can show the top menu view just drag down the content view at the right time, or drag it up to fold.
Q & A