AutoValue - get rid of boilerplate code in your Android app

In this article I want to introduce you to AutoValue library developed by Google. Here, @ RST IT, we use it for implementing models in Android applications. It greatly speeds up the code writing process by eliminating almost all boilerplate part of it. I will compare your models (assuming that they...