Our experience in migrating to coroutines from RxJava
One of the challenges in developing Android applications is performing background tasks. As Android developers, we are given multiple choices — there are AsyncTasks, Services, Jobs, etc. Then there is RxJava — a library for composing…