101: Learning Kotlin – visibility modifiers, internal modifier, modules

Another day, another opportunity to learn more Kotlin. In this episode, Kaushik walks through the concept of visibility modifiers. How do the modifiers in Kotlin differ from the ones in Java? What is this new internal modifier? When should I use each of the operators? Listen on to find out! Direct download Shownotes: Visibility modifiers … Continue reading 101: Learning Kotlin – visibility modifiers, internal modifier, modules

080: 10 Books Android developers should read

In this episode Donn and Kaushik recommend 10 books on Software programming that they think every Android developer would greatly benefit from reading. These are books that helped them become better programmers and have had the most impact in their daily lives as Android developers. Direct download Show Notes Effective Java – Joshua Bloch Effective … Continue reading 080: 10 Books Android developers should read

066: Let’s talk Immutability, Value Types and AutoValue with Ryan Harter

In this episode, we talk to our good friend and immutability champ Ryan Harter. We start off talking about the benefits and disadvantages of immutability, then we dive into Value types and the subtle difference with Value types. Finally we close out by talking about AutoValue and how you can extend it using the super … Continue reading 066: Let’s talk Immutability, Value Types and AutoValue with Ryan Harter