The ABC of Coroutines - Kotlin Vocabulary

preview_player
Показать описание
Coroutines in Kotlin simplify asynchronous operations on Android. In this video, we explain the most common classes and functions used in coroutines. CoroutineContext, Job, Dispatchers, and much more!

#Kotlin #KotlinVocabulary #AndroidDevelopers
Рекомендации по теме
Комментарии
Автор

been struggling with corounites for a long time, had no clear idea of its concepts until i watched this video, great job !

cnankh
Автор

Great video! Deserves for more views/likes!
Keep up the good work, thanks!

egist
Автор

Great! I have understood quite a lot of things I wasn't getting right before.

mitch
Автор

Clear, straightforward and informative talk👍

SanketBhat
Автор

Great timing for my project. Good teacher 👍

emreakturk
Автор

0:53 "In Europe, you should create a CoroutineScope"
I guess sdk usage is now region restricted (;

MasterYogurta
Автор

I've been using RxJava 2 to write reactive architecture apps for 4 years now and was reluctant to migrate to coroutines because Flow was still in development. With Flow maturing I've begun the transition and find the syntax of suspend functions much easier to parse than Single<T> chains. I assumed that kotlin coroutines would be similar to Generators/JS or Goroutines/Golang but now I see it's much more than that with how cancellation is propagated. Android development has never been better!

robchr
Автор

Things are more clear now. Thanks a lot for this D J S .😄

cedrickossi
Автор

Great video but I still don't understand the difference between CoroutineScope and coroutineScope. SupervisorScope and supervisorScope? Like one is in capital letter and the other one is in small? Or when should we use it?

ashutoshsoni
Автор

Thank you. Very good talk. Videos like this deserve better sound. On my ThinkPad it was hard to understand everything on speakers. There is some echo in the video, and this voice must be in some hole of bandwidth of my Thinkpad P speakers (they are pretty bad for a laptop that cost more than well stuffed Macbook).

technics
Автор

At 1:26 the subtitles say "async isn't meant to return a result", while doc says this returns a Deferred. Guess the subtitling misunderstood?

janderijke
Автор

Coroutines are better than traditional AsyncTask. And it's scope makes it more powerful and usable.

dipakbari
Автор

Muchas Gracias. ¿Por qué no ponen esos videos en español?.

alejandrogallego
Автор

Gracias, Manuel. Un placer aprender contigo (como siempre). Me ha encantado que en los subtítulos han traducido <<your app>> por Europe :)

juanf.mateosredondo
Автор

Can I give multiple thumbs up for this video please?

taslimfi
Автор

Well done! LiveData and coroutines rules. RxJava go home :p

pedrosanguinetti