“Kotlin Boilerplates — Android Architecture Components (with Rx, Dagger & Realm)” @sudo_rizwan https://medium.com/@ahmedrizwan/kotlin-boilerplates-android-architecture-components-with-rx-dagger-realm-c49bb5d66d8
Medium
Kotlin Boilerplates — Android Architecture Components (with Rx, Dagger & Realm)
Some simple boilerplates for the Android Architecture Components, for an easy start.
“Kotlin Functional Programming: Does it make sense?” @JorgeCastilloPr https://medium.com/@JorgeCastilloPr/kotlin-functional-programming-does-it-make-sense-36ad07e6bacf
“Any fool can write code that a computer can understand. Good programmers write code that humans can understand” ~ Martin Fowler
“That Missing Guide: How to use Dagger2” https://medium.com/@Zhuinden/that-missing-guide-how-to-use-dagger2-ef116fbea97
Medium
That Missing Guide: How to use Dagger2
Dagger is a dependency injection framework, which makes it easier to manage the dependencies between the classes in our app. If you’ve…