Wednesday 30 November 2016

HideKeyboard

This library allows to hide keyboard automatically.



from The Android Arsenal

ImageLoadingView

An image loading View.



from The Android Arsenal

ENViews

A cool dynamic view library.



from The Android Arsenal

MVP Helpers

Helper classes to build Android Apps through MVP pattern in a faster way.



from The Android Arsenal

Verso

Verso - Offline Reverse Geocode.


Android Arsenal

from The Android Arsenal

SilkySignature

A smooth and silky signature pad for android.


Android Arsenal

from The Android Arsenal

Tuesday 29 November 2016

PowerRecycerView

This library supported pull refresh load more and also supported Radio multi-select Mode. You can design yourself BottomView.



from The Android Arsenal

ShPref

ShPref is an Android library created to simplify interaction with Shared Preferences


Android Arsenal

from The Android Arsenal

Monday 28 November 2016

PinchZoomTextView

A TextView library that allows the user to increase/decrease font size with a two finger gesture by the user.



from The Android Arsenal

Squeaky

SQLite is simple and lightweight; it follows that managing SQLite databases on Android should be as well.

Squeaky strives to be a straightforward approach to creating, migrating, and accessing SQLite databases.



from The Android Arsenal

ThinRPlugin

This tool will remove all the class in R.java except the styleable class and replace the reference into the constant value. So you can reduce the dex files number and apk size.



from The Android Arsenal

Sunday 27 November 2016

3D Style PageFlip

3D style page flip library on Android.



from The Android Arsenal

Soot

Soot is a Java optimization framework. It provides four intermediate representations for analyzing and transforming Java bytecode:

  • Baf: a streamlined representation of bytecode which is simple to manipulate.
  • Jimple: a typed 3-address intermediate representation suitable for optimization.
  • Shimple: an SSA variation of Jimple.
  • Grimp: an aggregated version of Jimple suitable for decompilation and code inspection.



from The Android Arsenal

Triad

Triad is a tiny Android library which enables use of the Model-View-Presenter pattern in an easy way. It uses custom Views to replace the dreaded Fragments, and introduces Presenter classes to separate business logic from view logic. Since the Presenters are plain Java objects, tests for these classes can run blazingly fast on a local JVM.



from The Android Arsenal

WeatherView

WeatherView is an Android Library that helps you make a cool weather animation for your app.



from The Android Arsenal

AsyncAwait

A Kotlin library for Android allowing writing asynchronous code in synchronous style using async/await approach.



from The Android Arsenal

BlurKit

BlurKit is an extraordinarily easy to use utility to get live blurring just like on iOS.



from The Android Arsenal

FabOptions

A multi-functional FAB component with customizable options.



from The Android Arsenal

VideoChatHeads

This repo enables you to show videos instead of usual profile picture for chat heads. Inspired from Facebook's Video profile picture, I decided to replicate its implementation to show videos in profile picture and to create chat heads for the same.



from The Android Arsenal

Saturday 26 November 2016

MyDynamicToastLibrary

This is an Android Library for developer to use Android Toast and Customized Toast easily.

screenshot



from The Android Arsenal

Limit Indicator

Limit Indicator (as the name describes) indicates the limit of something being used. For example out of 20 gallons gas, one used 10 gallons of it. Or Your total value was 100 and you have used 80. To show the progress of such usage, I have created the limit indicator which is round and it shows an animation of certain usage. It can also be seen as a Circular Progress Bar.


Android Arsenal

from The Android Arsenal

ByeBurger

An easy way to let your titlebar or bottom navigation hiding on scroll for Android.



from The Android Arsenal

mismeter

Simple Meter for Android.



from The Android Arsenal

Interactive Signin/Signup Screen

Signin and Signup in single Screen using PercentRelativeLayout. A new way to onboard users using interactive signin and signup screen.


Android Arsenal

from The Android Arsenal

OHibernate

SQLite Connection for Android. ORM tool for Android devices. First ORM with Geometric-Spatial data support for Android operating systems.



from The Android Arsenal

Whatsapp Database Remover

This opensource application removes all the redundant databases of whatsapp from your device periodically to free internal storage.



from The Android Arsenal

Eleven-Reloaded

Eleven music player (CyanogenMod) - compatible with Android version >14

Forked from http://ift.tt/1kncZoIpackagesapps_Eleven/tree/stable/cm-13.0-ZNH5Y

Made compatibility changes. Now available from android version >14


Android Arsenal

from The Android Arsenal

AdBlocked WebView

An Implementation of WebView with Ad-blocked Interface. Blocks Banner And Video Apps From Web Page

N|Solid



from The Android Arsenal

Friday 25 November 2016

Engine

An observable Finite State Machine for Java.

Useful when you have a number of distinct states, with some optional state transitions, and associated actions.

For example, you may have states ON_CALL and OFF_CALL, with triggers START_CALL and END_CALL, with an assocoated action to print the call length when END_CALL is received.



from The Android Arsenal

KLIPS

Kotlin Language Integrated Production System (KLIPS)

A rule based AI engine to simplify design of AIs for games in particular. DSL included!



from The Android Arsenal

ViewCellAdapter

A RecyclerView adapter that can handle holding hetrogeneuous data types, and provides the ability to set up sections in your adatper.



from The Android Arsenal

MyCustomWidgetsLibrary

This is an Android Library for developer to use android customized widgets and change fonts style easily.

screenshot



from The Android Arsenal

CaptchaImageView

CaptchaImageView is a custom imageview to generate captcha text.



from The Android Arsenal

Thursday 24 November 2016

EasyFlow

EasyFlow is a simple and lightweight Finite State Machine for Java

With EasyFlow you can:

  • implement complex logic but keep your code simple and clean
  • handle asynchronous calls with ease and elegance
  • avoid concurrency by using event-driven programming approach
  • avoid StackOverflow error by avoiding recursion
  • simplify design, programming and testing of complex java applications

Android Arsenal

from The Android Arsenal

Redux Android Sample

A Android sample that implements Redux architecture (using Fluxxan and Anvil) and NoSQL (using SnappyDB).



from The Android Arsenal

AndroidUIGestureRecognizer

AndroidGestureRecognizer is an Android implementation of the Apple's UIGestureRecognizer framework. http://ift.tt/2fw8s9q

For more info about the ui gesture recognizers look this WWDC video http://ift.tt/2fwaZQH

From Apple API reference:

UIGestureRecognizer is an abstract base class for concrete gesture-recognizer classes. A gesture-recognizer object—or, simply, a gesture recognizer—decouples the logic for recognizing a gesture and acting on that recognition. When one of these objects recognizes a common gesture or, in some cases, a change in the gesture, it sends an action message to each designated target object.


Android Arsenal

from The Android Arsenal

smartGL for Android

SmartGL is a Graphic Engine for creating Android Games and Apps. It is based on OpenGL and handles 2D Sprites and 3D Textured Objects.

SmartGL is used by several games and apps.



from The Android Arsenal

SqliteMagic

Simple yet powerful SQLite database layer for Android that makes database handling feel like magic.

Overview:

  • Simple, intuitive & typesafe API
  • Minimal setup needed
  • Built in RxJava support with reactive stream semantics on queries and operations
  • Built in AutoValue immutable objects support
  • Full support for complex columns
  • Support for SQLite views
  • Persist any third party object with fully customizable object transformers
  • No reflection
  • Compile time annotation processing
  • Probably the fastest library for Android SQLite database operations (without memory caching)



from The Android Arsenal

BadgeLayout

A powerful layout to display badges, tags, or labels in a pretty way for Android apps.



from The Android Arsenal

XmlToJson

XmlToJson is an Android Studio Library which converts XML to JSON.

It is fully configurable and easy to integrate with gradle.


Android Arsenal

from The Android Arsenal

Wednesday 23 November 2016

HybridMediaPlayer

Alternative for MediaPlayer for music files. Uses ExoPlayer and MediaPlayer for lower APIs.



from The Android Arsenal

Metadata Spherical Injector

Library for inject spherical metadata in photos and videos on Android. Only MP4 and JPEG formats supported.


Android Arsenal

from The Android Arsenal

rxDatabindings

RxJava2 extensions for Android Databindings library.


Android Arsenal

from The Android Arsenal

Tuesday 22 November 2016

Selfie

A simple library to make taking screenshots of your apps.

With the Marshmallow release and the new permissions model, taking screenshots of your applications has become just slightly more complicated as you need to deal with permissions on the run.

This library does it all for you regardless of the device you're running it on.


Android Arsenal

from The Android Arsenal

Timeago

Simple java library for displaying date/time as relative time ago language.


Android Arsenal

from The Android Arsenal

AndroidMVPHelper

Library manages lifecycle of Activities and Fragments, their Presenters and ViewStates.



from The Android Arsenal

Frisson

Provide Funky cuts on image (The Perfect Header for Profile UI) Screenshot



from The Android Arsenal

EditCard

Custom EditText for Android to enter credit card numbers.



from The Android Arsenal

SpannableBar

SpannableBar is a Grid-style spannable bar, that is useful when you need a way to span a bar over columns. The view allows you to set the starting column, the span, the number of columns, and more.


Android Arsenal

from The Android Arsenal

ImageMap

ImageMap is a small android library for displaying multiple image on a view using an adapter, you can then retrieve tap event on defined image.


Android Arsenal

from The Android Arsenal