Retrofit is the undisputed best way to consume APIs in Android. As for handling async...| Eric the Coder
At Trello Android, we’ve been considering switching from RxJava to coroutines. We’ve already been using coroutines here and there, but it wasn’t something that we could consider replacing RxJava with until recently because of missing functionality. Now, with the addition of StateFlow and SharedFlow [https://blog.jetbrains.| Dan Lew Codes