Wednesday 31 October 2018

GoodPrefs

GoodPrefs is an Android library for easy access to Android Shared Preferences.



from The Android Arsenal

Tuesday 30 October 2018

SplashPicker

The SplashPicker library lets your users pick an image from Unsplash.com to use anywhere in your app.



from The Android Arsenal

ElasticView

Elastic view is a regular CardView, which can flex from user touches.



from The Android Arsenal

JustifiedTextView

JustifiedTextView is an android view that justifies the text. Gives support to older Android versions because "setJustificationMode" was introduced until API 26.



from The Android Arsenal

Mancj

A super lightweight Android library to work with preferences.



from The Android Arsenal

Sunday 28 October 2018

Saturday 27 October 2018

Bitrise

'Freemium' cloud-based CICD service for (Android and iOS) mobile app development, integrated with Github, Gitlab, BitBucket and 180+ developer services. Grab the Open Source CLI from Github and automate locally.

Cloud version free up to 200 builds per month. More builds or more than 10 minutes buildtime per build requires a paid developer account


Android Arsenal

from The Android Arsenal

disable-animations-rule

JUnit TestRule for Android instrumented tests, which automatically disables and enables animations.



from The Android Arsenal

Analog Watch Face

A simple Analog Watch Face for Wear OS.



from The Android Arsenal

Flip View

Widgets for comparing images with a nice animation.



from The Android Arsenal

Thursday 25 October 2018

Wednesday 24 October 2018

Bulldog

An Android library to simplify reading and writing to SharedPreferences, never write code like this anymore prefs.edit().putString("someKey","someString").apply()

Why Bulldog?

  • Avoid boilerplate, error prone code, improve productivity.
  • Write less code, avoid bugs.
  • Easily organize your preferences.



from The Android Arsenal

SuperBottomSheet

Android native a bottom sheet for on steroids.

This library allows you to show bottom sheets in your app with the bonus of animating the status bar color and the top rounded corners as you scroll.



from The Android Arsenal

EasyApi

Easy.Api is a bundle of utility classes which helps to call the RESTful webservices as quickly as never before. It also allows use of RxJava with only fewer implementation detail. It also works with kotlin.



from The Android Arsenal

Gradients

A curated collection of splendid gradients made in Kotlin.



from The Android Arsenal

Monday 22 October 2018

LiveData Testing

TestObserver to easily test LiveData and make assertions on them, inspired by RxJava. Allows effective testing of your ViewModel and makes TDD possible.



from The Android Arsenal

Sunday 21 October 2018

RendererRecyclerViewAdapter

Now you do not need to implement adapters for RecyclerView

  • You can easily use several types of cells in a single list
  • You can reuse cells in different RecyclerView
  • You can easily add a nested RecyclerView
  • You can easily add the DiffUtil
  • You can easily save a state of a Item when scroll
  • You can easily add a Load More Indicator
  • Can be used without ViewHolder - use ViewBinder instead of ViewRenderer

Using this library will help you to follow SOLID principles.



from The Android Arsenal

AMSnackbar

A tiny library for easy snackbar customization.



from The Android Arsenal

DeclarativeAdapter

The easiest way to declare RecyclerView Adapters in Android with Java! No more boilerplate code.



from The Android Arsenal