Overview
Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Explore a beginner-level Kotlin coroutines example focusing on coroutine jobs in this 33-minute video tutorial. Learn how to handle network timeouts, cancellations, and multiple asynchronous operations efficiently using Completable Jobs. Discover the advantages of coroutines over AsyncTask, Executors, and RxJava for Android programming. Gain insights into launching coroutines in independent contexts, manually completing jobs, canceling and creating new jobs, and taking action upon job cancellation. Follow along with practical demonstrations and code examples to understand how to implement Completable Jobs with cancellation and progress bar functionality in your Android projects.
Syllabus
Intro
Demo
Coding
Starting the Job
InvokeOnCompletion
Initialization
Testing
Taught by
CodingWithMitch