[Kotlin] Experimenting with Coroutines
Coroutines are getting quite popular and I’ve been reading quite a lot of articles lately of opting Coroutine instead of RxJava. First of all, let me be clear, RxJava is a humongous library with a rich set of operators and Coroutines is a kotlin language feature. It all depends upon what is the end goal, If it’s complex manipulation of data or use of streams, RxJava would be preferred any time else for achieving asynchronous nature then coroutine would be great!.