This is the most complete resource online for learning about Kotlin coroutines.
This course will take you step by step, through each concept related to coroutines, discuss it in detail, then apply it in a practical project in Kotlin.
We will cover topics such as:
Scope
Context
Suspending functions
Jobs
Dispatchers
async
withContext
Exception handling
Asynchronous flow
Properties
Flow cancellation
Operators
Buffering
Composing flows
Channels
Producer
Pipelines
Fan–in and fan–out
Buffered channels
Ticker channels
In addition, we will also be working on several Android apps to apply the knowledge we learned.
A background image processing app
A network communications app using Coroutines, Retrofit and MVVM
A Room database using coroutines
A news ticker app using Asynchronous Flows, Retrofit and MVVM
This course is great if you want to take your multithreading and parallel processing skills to the next level.
Sign up today and let’s start learning about Kotlin Coroutines.
Instructor Details
Courses : 23
Specification: Complete Kotlin Coroutines development course
|
18 reviews for Complete Kotlin Coroutines development course
Add a review Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Price | $9.99 |
---|---|
Provider | |
Duration | 5 hours |
Year | 2022 |
Level | All |
Language | English |
Certificate | Yes |
Quizzes | No |
$84.99 $9.99
Thomas Berghuis –
I like the teaching style, concepts are introduced first then demonstrated how to implement within example apps.
Shanti Ranjan Das –
It’s a great course. Explanations are also good. With detailed example. And the tutor is good at explaining.
Alfredo Yap –
the only coroutines focused course in the entire Udemy.. great job!
Guillermo Coronado –
This is a great course to understand how you can apply coroutines in both Kotlin and Android. The lectures are very straight forward and the exercises land the concepts in very practical and useful ways. I’m very excited to begin using coroutines in my Android projects. Awesome Course!
Ilyasdirin –
This course is very informative for beginner intermediate level developers on coroutine. Thanks to lecturer it definitely deserves the price. There are a lot of examples with new modern architecture usage with clear explanations. If more advanced samples are added to this course, it will be much more valueable.
Prateek Sharma –
good
Vusi Moyo –
It was a great course and straight to the point with examples of application. It would have been great if we were given some real world scenarios, especially in Android on how some of the coroutine, flow and channel features were applied in general. Otherwise, great course overall
Ricardo Pablo De Leon –
This course has great depth in terms of content with simple examples that make understanding coroutines in Kotlin much easier.
Tran Nhan Ton –
As an android developer, I want this course to have more advanced examples of android practice.
Anshul Singhla –
This guy explains concepts very clearly
Tarun Sharma –
course is good , simple ,effective and efficient. It worth of 5 hours. keep it up
Gurmeet Singh –
very nice and best for practical exposure of Coroutines.
Amandeep Singla –
This is really a great course for beginners but is not very much suited for intermediates. Still, it’s a good course to have basic knowledge of Coroutines which its meant for.
Kaushik N. Sanji –
Hi Catalin, 1. Your approach of teaching with simple examples has enabled to understand and apply Coroutines with ease. There were certain explanations though which were incorrect, and I was able to correct myself on that by either looking into the questions asked & answered by other students or by referring to the original documentation. I hope such confusions can somehow be corrected in future. 2. I wish there was another Android project that demoed the usage of Channels and Flows together. 3. In many projects demoed here, we see a crash/bug mainly on rotation of device. Many students have questions on the same, and some of them have provided their working approaches. I wish these are fixed as well. Anyways, one can refer to my Repo(https://github.com/kaushiknsanji/Complete Coroutines Catalin Stefan), which contains all the demoed projects with my own fixes around it. Because there were some flaws here and there, I have removed one star. Overall, it is a pretty good course to learn and begin with Coroutines. Does not contain any advanced stuff, so it may not be beneficial for those who already know the basics and have done some projects using it. Regards, Kaushik
Massimiliano Bertoletti –
Very useful course
Denise Adriana M ndez Carre o –
great
Rahul Pakhare –
just started. let’s see…
Fernando Sousa –
It explains everything pretty well, except flows, it gets a little confusing, but after you put them in a project I got it. Thanks Catalin.