By leveraging the Kotlin Language features of data classes, named parameters and default values, we can address the the majority of use cases that the Builder Pattern addresses for Java, but with much less code. I saw a Tweet by Hannes Dorfmann …
android
Rxify: Error Handling with Subjects (Relays)
Who says a stream with RxRelay doesn’t crash? Motivation It all started with my encounter with a crashing stream ... Requirement The application needed to support functionality, which allowed the user to load more data on scrolling - known as …