Thursday 30 August 2018

SwappyImageView

An image change/sort view for editing profile, image slider, product slider etc. Like Tinder's edit profile image with drag and drop.



from The Android Arsenal

CheckableChipView

A checkable widget for Android with nice transition animations. Based on the the Google I/O 2018 app.



from The Android Arsenal

Wednesday 29 August 2018

CoffeeTextView

CoffeeTextView makes it extremely easy for Android developers to set custom animations, fonts and other attributes for text through xml, programmatically or both.



from The Android Arsenal

Pushmanager

Pushmanager is a small wrapper for FCM (Firebase Cloud Messaging) and your app needs just a few methods to interact with it.



from The Android Arsenal

Sunday 26 August 2018

AndroidRate

AndroidRate is a library to help you promote your Android app by prompting users to rate the app after using it for a few days.



from The Android Arsenal

Adapster

Android library designed to enrich and make your RecyclerView adapters more SOLID

Adapster will help you make your RecyclerView adapters more manageable and overall enrich your RecyclerView experience.



from The Android Arsenal

AndroidJoyStickView

This library lets you to create joystick with some customization for android.



from The Android Arsenal

bottomify-navigation-view

A nice looking Spotify like bottom navigation view.



from The Android Arsenal

Saturday 25 August 2018

BlurDrawerLayout

DrawerLayout with blur functionality like iOS.



from The Android Arsenal

AnimatedText

Android lib to animate bold and italic transformations in TextView



from The Android Arsenal

SegmentedControl

A segmented control for android, with a lot of customization properties.



from The Android Arsenal

DevDrawer

DevDrawer allows you to easily put various views into a side drawer, for controlling options you may need to change while developing your app (e.g. switch between production and dev urls or enabling/disabling logging) into a side drawer.

It actually just wraps your activity's root layout into a android.support.v4.widget.DrawerLayout



from The Android Arsenal

Wednesday 22 August 2018

Night Mode Button

Easy to use night mode button with cool day and night animation.



from The Android Arsenal

GradleMavenPush

Helper to upload Gradle Android Artifacts, Gradle Java Artifacts and Gradle Kotlin Artifacts to Maven repositories (JCenter, Maven Central, Corporate staging/snapshot servers and local Maven repositories).



from The Android Arsenal

EasyDokkaPlugin

Gradle Script plugin to generate documentation by Dokka documentation engine in Javadoc or other formats for Java, Kotlin, Android and non-Android projects. It's very easy, you don't need to add to dependencies section additional classpath or think about compatibility issues, you don't need additional repositories also.



from The Android Arsenal

Monday 20 August 2018

LogKit

A brand-new library for android about logging and loggers. Briefly, It's used to transform something like this

Log.e("MyTag1", String.valueOf(X)); Log.e("MyTag2", "Message", thr);

in something like this

loge(X, thr)



from The Android Arsenal

Sunday 19 August 2018

Thursday 16 August 2018

LifecycleEvents

LifecycleEvents library is an event bus implementation, using lifecycle from android architecture components and kotlin language features.



from The Android Arsenal

CurrencyConverter

Foreign exchange rates and currency conversion API.



from The Android Arsenal