COROUTINES IN KOTLIN 1.3 ► 4 concepts you MUST KNOW [HASSLE FREE] 🍰

preview_player
Показать описание
Coroutines in Kotlin are one of the most exciting features. With them, you can simplify the work of asynchronous tasks in an impressive way.

🎁 GET YOUR FREE PRESENT:

With coroutines, you can write asynchronous code, which was traditionally written using the Callback pattern, using synchronous style. The return value of a function will provide the result of the asynchronous call.

How’s this magic happening? Watch the video to find out.

---

---

Follow me online:

#coroutines #kotlin
Рекомендации по теме
Комментарии
Автор

I just started learning kt, and i was struggling with coroutines for 2 days. But your article made them crystal clear to me. Thanks a lot!

jacobsb
Автор

Thanks for the video Luis! It was very easy to follow and understand the coroutines concepts!!

claucookie
Автор

Very clear explanation! When overriding the coroutineContext you could even make the job initialization lazy and thus you don't need to add anything on onCreate().

Автор

What would you say is the main advantage of coroutines vs observables? I see coroutines are useful but I don't see them powerful enough to change all the existing services I currently have in my projects using observables.

Thanks!

Автор

You are talented at explaining. Keep up your channel

dmitrykolesnikovich