Page Not Found

Sorry, but the page you were trying to view does not exist.

You may also be interested in:

Advertisement

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)

Nov 1, 2017

Kotlin library for Android with useful extensions to eliminate boilerplate code in Android SDK and focus on productivity.

Apr 5, 2015

Sliding cards with pretty gallery effects.

Aug 20, 2015