From the course: Concurrent Programming with Android: Threads, Workers, and Kotlin Coroutines

Unlock this course with a free trial

Join today to access over 22,600 courses taught by industry experts.

Next steps

Next steps

- [Instructor] Thanks for joining me for this course on concurrent programming for Android mobile app development. There are other courses you can follow to learn more about working in Kotlin for Android. The course "Kotlin for Android: Best Practices" will take you through many common scenarios and give you recommendations for the best way to use this great new language in Android. And there are coursed about specific tasks, such as this one about creating an app that has two separate screens. And this one about working with the Dagger library for dependency injection. One of the most interesting newer technologies in Kotlin with Android is Coroutines, which give you the ability to create multi-threaded routines that look like they're synchronous. Coroutines have been integrated into two very popular libraries. The Room persistence library that's a part of Jetpack, and Retrofit, a third-party library that's used for…

Contents