Friday, 3 November 2017

RecyclerAdapter-Java

This tool allows you to no longer worry about adapters. Now you will only create your ViewHolder. A simple tools to take in hand that should answer all your use cases.

Communication management between your Views & ViewHolders is possible. Creating sections is now very easily. Enjoy.



from The Android Arsenal

Thursday, 2 November 2017

ParallaxRecyclerView

An RecyclerView with parallax folding effect.



from The Android Arsenal

RippleLayout

Through drawBitmapMesh method, simulating the real water ripple effect.



from The Android Arsenal

Wednesday, 1 November 2017

KotlinCleanArchitecture

This project is the evolution of our way to understand code quality based on Clean Architecture.

In this repo you'll find an example app to show our way to architect android projects.



from The Android Arsenal

RxValidator2

The simplest way to add reactive validation to your app.

Problem

in your application, there are fields that must be validated. When the number of validation rules becomes greater than 1, to control the display of errors in the fields becomes difficult.

Solve Separate your validation logic by S in SOLID, into own classes. After that, attach validation rules to your fields and combine validation results for change some ui states (ex. change visibility of button)



from The Android Arsenal

Star wars shop

Clean Architecture with Advanced Rx + Dagger 2.12 + Architecture Components.

This repo contains a simple list of products and send a simple transaction with apiary.



from The Android Arsenal

Button Loading

A beautiful fancy Button Loading.


Android Arsenal

from The Android Arsenal