Sunday 25 February 2018

SharedPreferenceStore

SharedPreferenceStore simplifies access to the SharedPreferences by mapping entries to self-contained DAO objects. It supports optional AES encryption.



from The Android Arsenal

Finger

Fingerprint as simple as possible. Best suited for developers who just want to have to deal with 3 things:

  • was the fingerprint successfully accepted
  • was there an error while validating the fingerprint (and which)
  • after the sensor was locked, when will it be available again



from The Android Arsenal

AutoSizeTextViewExample

It allows you to instruct a TextView to let the text size expand or contract automatically to fill its layout based on the TextView's characteristics and boundaries. This setting makes it easier to optimize the text size on different screens with dynamic content.



from The Android Arsenal

Saturday 24 February 2018

Image Steps

A simple library for using steps with images and animation.


Android Arsenal

from The Android Arsenal

ZigzagView

A zigzag view for using for ticket or invoice.



from The Android Arsenal

Google Maps Polyline

It's small library written in Kotlin to utilize Google Directions API calls and convert response to PolylineOptions, ready to add to GoogleMap.



from The Android Arsenal

Friday 23 February 2018

SSForms

SSForms is Android library to create dynamic Recyclerview forms. The goal of the library is to get the same power of hand-made forms but spending 1/10 of the time.


Android Arsenal

from The Android Arsenal

Floaty

This is an Android Library for bottom view with custom transition.


Android Arsenal

from The Android Arsenal

ShapeOfView

Give a custom shape to any android view.



from The Android Arsenal

Floating Lock Button

A floating Lock Button.



from The Android Arsenal

Licenser

An android library to display the licenses of your application libraries in a easy way.



from The Android Arsenal

Thursday 22 February 2018

Wednesday 21 February 2018

MC Night Mode

Simple Android Library to enable/disable night mode (like NightShift for iOS).



from The Android Arsenal

Tuesday 20 February 2018

Sunday 18 February 2018

Custom EditText

A simple custom EditText for Android.



from The Android Arsenal

ArcToolbarView

An Arc view for the android Toolbar or anywhere.



from The Android Arsenal

Backgroundable Android

Collection of stock apps and mechanisms from various manufacturers, which might affect background tasks and scheduled alarms with AlarmManager, etc., or apps in background in general. Also focusing on those, which prevent 3rd party apps from auto start after device boot.



from The Android Arsenal

OCR Demo

An experiment about OCR in Android.



from The Android Arsenal

SlideMenuLayout

An android slide menu that supports left and right swipes and slides with parallax.

Features

  • Support for sliding direction configuration
  • It can be used as view
  • Handle the sliding conflicts in each scenarios



from The Android Arsenal

GreenCoffeeProcessor

Allows to use green-coffee together with Android Test Orchestrator.



from The Android Arsenal

Hunt

Product Hunt client for Android.



from The Android Arsenal

android-farm

A collection of projects to build a farm of android devices using a kubernetes cluster.



from The Android Arsenal

Saturday 17 February 2018

DropdownTextView

A simple expandable TextView for Android.



from The Android Arsenal

HmsPicker

A simple Hours-Minutes-Seconds time picker. Available for a custom view or a dialog.



from The Android Arsenal

OKHttp client mock

A simple OKHttp client mock, using a programmable request interceptor MockInterceptor interceptor = new MockInterceptor(); OkHttpClient client = new OkHttpClient.Builder() .addInterceptor(interceptor) .build();

Then in the tests: interceptor.addRule(new Rule.Builder() .get() .url("https://testserver/api/json") .respond("{succeed:true}", MEDIATYPE_JSON));



from The Android Arsenal