Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kotlin coroutines #36

Open
rendecano opened this issue Feb 14, 2018 · 1 comment
Open

Kotlin coroutines #36

rendecano opened this issue Feb 14, 2018 · 1 comment

Comments

@rendecano
Copy link

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 rendecano changed the title Kotin coroutines Kotlin coroutines Feb 14, 2018
@rendecano
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant