Connect with us

Media

How to avoid 5 common Kotlin Coroutine mistakes

In this video, I am going to show you 5 of the most common mistakes when using Kotlin Coroutines, so that you don’t make them in your applications.

How to avoid 5 common Kotlin Coroutine mistakes

  • 00:00 – Intro
  • 00:36 – Mistake 1 – Unnecessary Dispatcher Switches
  • 03:36 – Mistake 2 – Not supporting Cancellation
  • 07:59 – Mistake 3 – Using try/catch for exceptions within Coroutines
  • 10:54 – Mistake 4 – Install Coroutine Exception Handler in Child Coroutine
  • 11:36 – Mistake 5 – Accidentally catching CancellationExceptions
  • 15:29 – Full Course “Mastering Kotlin Coroutines for Android Development”

Advertisement

Trending