Exploring Recent Kotlin APIs

We take a look at some of the more prominent api changes in Kotlin 1.3.7x and 1.4.x preview releases.

Read

Avoid racing with Rx Subjects & TestScheduler

We all use Rxjava in android and write tests, this article highlights a particular race condition which you may encounter.

Read