Chapters

Hide chapters

Kotlin Coroutines by Tutorials

Second Edition · Android 10 · Kotlin 1.3 · Android Studio 3.5

Section I: Introduction to Coroutines

Section 1: 9 chapters
Show chapters Hide chapters

Heads up... You're reading this book for free, with parts of this chapter shown beyond this point as scrambled text.

Congratulations! After a long journey you learned a lot of new concepts about multithreading and concurrent programming with Kotlin. With coroutines, you can now execute tasks in the background using the proper data structure and the best coroutine launcher. You now have the fundamentals of coroutines, like context and dispatcher, flows, and you are able to learn all the new exciting APIs that the coroutine team is going to release in the future.

If you’re an Android developer you’ve also learned how to use coroutines along with the Activity and Fragment lifecycles with better and more efficient use of the device resources.

Finally, you learned how to use coroutines in different environment like Java.

And, remember, if you want to further your understanding of Kotlin and Coroutine app development after working through Kotlin Coroutines, we suggest you read the Android Apprentice, available on our online store:

If you have any questions or comments as you work through this book, please stop by our forums at http://forums.raywenderlich.com and look for the particular forum category for this book.

Thank you again for purchasing this book. Your continued support is what makes the tutorials, books, videos, conferences and other things we do at raywenderlich.com possible, and we truly appreciate it!

Wishing you all the best in your continued Kotlin and Coroutine adventures,

– The Kotlin Coroutines by Tutorials team

Have a technical question? Want to report a bug? You can ask questions and report bugs to the book authors in our official book forum here.
© 2024 Kodeco Inc.

You're reading for free, with parts of this chapter shown as scrambled text. Unlock this book, and our entire catalogue of books and videos, with a Kodeco Personal Plan.

Unlock now