Skip to main content

Concurrency with Coroutines in Android

Read on original site

Module 1 of 3 in Concurrency & Networking in Android Learning Path

Module outcomes:

  • Understand the role concurrency plays in software
  • Learn how to manage multiple different tasks by using coroutines
  • Able to deal with unexpected issues when running code in the background

Covered concepts:

  • Coroutines
  • Threads and blocking
  • Main Thread vs Background Threads
  • Error Handling