11
A journey from Async Task to Kotlin Coroutines

A journey from Async Task to Kotlin Coroutines

5 years ago
Anonymous $L9wC17otzH

https://medium.com/@marcogomiero/a-journey-from-async-task-to-kotlin-coroutines-735c273d76cb

Some weeks ago I released a new version of the RSS Parser Library and I talked about the update in a blog post.

This update brought a huge change in the infrastructure of the library. SPOILER: Kotlin and coroutines. Today, in this post I want to talk about the transition process and all the decisions that I have made to develop this new version. In this way, I hope to inspire you to leave the Async Task and get into the coroutines world.