As soon as you open source a library, the more popular it is, the more requests for “can we support ___?” you will see. In fact, this is a natural course for software in general: to always grow its coverage of features.
Android Studio Gradle Build Cache is a new feature available in the Android Studio. It caches the artifacts between the build reducing the time you have to wait for the slow Gradle build to finish.
In this episode, we talk to our good friend and immutability champ Ryan Harter about the benefits and disadvantages of immutability, Value types and the subtle difference with Value types, AutoValue and how you can extend it using the super nifty auto-value extension system for functionality like Parcelability, Json parsing...