bufferapp / android-clean-architecture-boilerplate

An android boilerplate project using clean architecture
MIT License
3.67k stars 520 forks source link

Kotlin coroutines #36

Open rendecano opened 6 years ago

rendecano commented 6 years ago

If you were to implement the same framework in Kotlin coroutines instead of using RxJava2 to avoid callbacks (onSuccess, onError) from presenter, how will you do it? Just curious.. :)

Cheers,

Ren

rendecano commented 6 years ago

Found an interesting approach for coroutines implementation.

https://medium.com/@andrea.bresolin/playing-with-kotlin-in-android-coroutines-and-how-to-get-rid-of-the-callback-hell-a96e817c108b

I'll try to create a fork and see if I can implement it.. :)

Cheers,

Ren