Account Chooser for Android, backported from JellyBean.
A sample app to demonstrate some of Android Authenticator's abilities.
Just a simple implementation for use of auto complete text view with device account suggestion.
Accounting Format is library with text components to format numbers to IDR format, USD format or custom format.
AcDisplay is a new way of handling notifications in Android.
It will let you know about new notifications by showing a minimal, beautiful screen, allowing you to open them directly from the lock screen. And if you want to see what's going on, you can simply take your phone out of your pocket to view all the latest notifications, in a similarly pleasing and minimalistic manner.
This is a charting software library for Android applications. Mobile phones, tablets and other gadgets running Android will probably benefit of this charting library.
This is a simple CheckBox
for Android with cool animation.
Toast library that is somewhat proportionate to Achievement unlocked view in google apps.
Library Achievement View to show message or informative in your app.
A Simple Retrofit, Scarlet Inspired Android Websocket Client.
An Animator operation set. You can use it to handle several Property Animations.
ActionBar-PullToRefresh provides an easy way to add a modern version of the pull-to-refresh interaction to your application.
An extension of the support library designed to facilitate the use of the action bar design pattern across all versions of Android with a single API.
Detailed CardView
that displays an action title, description, and buttons to initiate that action.
Chain of Command with background foreground options. Chains can be pre-constructed, and reused any number of times. Individual commands can be written as lambdas, or as classes.
This library intended to simplify the work with action handling in android projects. Just collect actions in a handler and bind them to views.
A small library which creates iPad-style ActionSheet for Android apps.
ActiveAndroid is an active record style ORM (object relational mapper).
Wrapper around ActiveAndroid which introduces reactive queries with SQLBrite.
Activity animation https://www.youtube.com/watch?v=-E0sc6w_Jck
IntelliJ plugin for adding Android createIntent Inspection.
A library to help android developer working easly with activities and fragments
This plugin add an inspection that check if Activity
implements following method.
ActivityAnimation helper and Picture preview helper like transition on Lollipop.
ActivityBuilder is a annotation base library using builder pattern to make inner activity communication more easier.
Through ActivityBuilder you can use one line of code to deliver parameters, start Activity and use lambda expression to replace overriding onActivityResult
.
A library for starting & finishing Android activities with a circular reveal animation . Currently only for API 22+, but can still be included with projects targeting lower APIs.
A demonstration of handling Activities and Fragments using Dagger dependency injection framework
The real benefit here is that you create an object graph only when you need it. This contributes to keeping the memory footprint of your app as low as possible.