We may earn an affiliate commission when you visit our partners.
Pluralsight logo

Kotlin Coroutines Deep Dive

Kevin Jones

This course will touch on the internals of coroutines, and teach you how to use channels and flows inside your Android application

Read more

This course will touch on the internals of coroutines, and teach you how to use channels and flows inside your Android application

You may have heard the phrases ‘continuous passing style’ and ‘state machine’ applied to coroutines, but not understood what they are or how they work. In this course, Kotlin Coroutines Deep Dive, you’ll learn to communicate between coroutines using hot and cold streams of data. First, you’ll explore how to transfer data from a ‘hot’ data source using coroutine channels. Next, you’ll discover using flows to set up a cold data source. Finally, you'll learn how to exchange data using channels and flows. When you’re finished with this course, you’ll have the skills and knowledge of coroutines needed to compose asynchronous and event-based programs.

Enroll now

What's inside

Syllabus

Course Overview
Kotlin Coroutines Under the Covers
Synchronizing Between Coroutines
Introduction to Channels and Flows
Read more
Using Channels to Communicate Between Coroutines
More Advanced Patterns with Channels
Waiting on Multiple Coroutines by Using Select
Introducing Flows
Using Flow Operators
Composing and Flattening Flows
StateFlow and SharedFlow
Flow Exceptions and Completion

Good to know

Know what's good
, what to watch for
, and possible dealbreakers
Explores coroutine internals, enabling you to understand their implementation and behavior
Covers both hot and cold data streams, providing a comprehensive understanding of data communication patterns
Delves into advanced channel patterns, empowering you to handle complex communication scenarios
Emphasizes practical application through examples, ensuring you can implement these techniques effectively
Provides a solid foundation for understanding and using coroutines in Android development
Taught by Kevin Jones, an experienced Android developer with a passion for sharing knowledge

Save this course

Save Kotlin Coroutines Deep Dive to your list so you can find it easily later:
Save

Activities

Be better prepared before your course. Deepen your understanding during and after it. Supplement your coursework and achieve mastery of the topics covered in Kotlin Coroutines Deep Dive with these activities:
Review asynchronous programming concepts
Strengthens your foundation in asynchronous programming, which is essential for understanding coroutines.
Browse courses on Asynchronous Programming
Show steps
  • Read articles or watch videos about asynchronous programming concepts.
  • Recall and summarize the key principles of asynchronous programming.
Read 'Kotlin Coroutines: From First Principles'
Provides a comprehensive overview of coroutines and their implementation in Kotlin.
Show steps
  • Obtain a copy of the book 'Kotlin Coroutines: From First Principles'.
  • Read and understand the concepts presented in the book.
Participate in a coroutine study group
Provides opportunities to discuss coroutines with peers, ask questions, and share knowledge.
Show steps
  • Find or create a study group focused on coroutines.
  • Collaborate on coding exercises and discuss coroutine implementation.
Four other activities
Expand to see all activities and additional details
Show all seven activities
Analyze existing coroutine codebases
Helps you put the concepts of coroutines into practice and improve your understanding of their implementation.
Show steps
  • Find open-source projects on GitHub that utilize coroutines.
  • Analyze the codebase to understand how coroutines are used.
  • Try modifying the code to implement different scenarios.
Explore tutorials on advanced coroutine patterns
Exposes you to advanced techniques that can enhance your coroutine usage and understanding.
Show steps
  • Search for tutorials on topics such as structured concurrency or flow operators.
  • Follow the tutorials to implement these patterns in your code.
Build an Android application using coroutines
Applies your understanding of coroutines to build a practical mobile application.
Browse courses on Android Development
Show steps
  • Design and plan your Android application.
  • Implement coroutines to handle asynchronous tasks.
  • Test and refine your application.
Write a blog post on a specific coroutine technique
Enhances your understanding of coroutines by requiring you to explain and illustrate a specific technique clearly.
Show steps
  • Choose a specific coroutine technique or pattern.
  • Write a comprehensive blog post explaining the concept and providing examples.

Career center

Learners who complete Kotlin Coroutines Deep Dive will develop knowledge and skills that may be useful to these careers:
Kotlin Developer
Kotlin Developers are responsible for developing software applications using the Kotlin programming language. This course teaches the fundamentals of Kotlin coroutines and how to use channels and flows in Android applications, which can help those seeking Kotlin Developer roles.
Android Developer
Android Developers create mobile applications. As the course goes over Kotlin Coroutines in-depth, which are used to advance the development of Android applications with enhanced performance and predictability, you may be able to become a more skilled Android Developer by taking this course.
Software Architect
Software Architects design, develop and implement software systems. Given that this course covers Kotlin coroutines in-depth, which are used in the design and implementation of software, this course may help you to become a better Software Architect.
Full-Stack Developer
Full-Stack Developers are responsible for both the front-end and back-end development of websites and applications. This course provides knowledge of Kotlin coroutines for building both front-end and back-end systems, making it beneficial for those pursuing careers as Full-Stack Developers.
Front-End Developer
Front-End Developers are responsible for the user interface and user experience of websites and applications. This course may be useful for those seeking Front-End Developer roles as it provides a deep understanding of how Kotlin coroutines can be used to enhance the performance and responsiveness of web applications.
Back-End Developer
Back-End Developers are responsible for the server-side logic and data management of websites and applications. This course may help those seeking Back-End Developer roles as it provides a deep understanding of how Kotlin coroutines can be used to improve the performance and scalability of back-end systems.
Data Engineer
Data Engineers are responsible for designing, developing, and maintaining data pipelines and systems. This course may be helpful for those seeking Data Engineer roles as it provides a deep understanding of how Kotlin coroutines can be used to improve the performance and scalability of data processing pipelines.
DevOps Engineer
DevOps Engineers are responsible for bridging the gap between development and operations teams. This course may be helpful for DevOps Engineers as it teaches you how to set up channels between development and operations to maximize efficiency.
Cloud Engineer
Cloud Engineers are responsible for designing, developing, and managing cloud-based systems. This course can be useful for Cloud Engineers since it teaches best practices for using channels and flows in cloud-based environments, which can help to improve the performance, reliability, and scalability of cloud systems.
Mobile Software Engineer
Mobile Developers are responsible for designing, developing, and implementing mobile applications. This course can be helpful for Mobile Developers as it provides hands-on experience with using Kotlin coroutines to improve the performance, responsiveness, and user experience of mobile applications.
Software Tester
Software Testers are responsible for testing and evaluating software systems. This course may be beneficial for Software Testers as it provides a deep understanding of how Kotlin coroutines can be used to improve the efficiency and effectiveness of software testing.
Technical Writer
Technical Writers are responsible for creating and maintaining technical documentation. This course may be useful for Technical Writers as it allows for a comprehensive understanding of the technical aspects of Kotlin coroutines, enabling them to write accurate and informative documentation.
Product Manager
Product Managers are responsible for defining and managing the development of products. This course may help those pursuing Product Manager roles as it equips them with an understanding of the technical aspects of Kotlin coroutines, enabling informed decision-making and effective communication with technical teams.
Data Scientist
Data Scientists are responsible for collecting, analyzing, and interpreting data. This course can be useful for Data Scientists as it provides a deep understanding of how Kotlin coroutines can be used to improve the performance and scalability of data analysis pipelines.
Project Manager
Project Managers are responsible for planning, executing, and monitoring projects. This course can be beneficial for those interested in Project Management as it teaches you how to use channels and flows to improve communication and coordination within project teams.

Reading list

We've selected seven books that we think will supplement your learning. Use these to develop background knowledge, enrich your coursework, and gain a deeper understanding of the topics covered in Kotlin Coroutines Deep Dive.
Provides a collection of best practices and design patterns for using Kotlin coroutines, covering topics such as coroutine cancellation, error handling, and testing. It valuable resource for anyone looking to improve their skills in using coroutines.
Explores functional and reactive programming concepts and their application in domain modeling. It provides a solid foundation for understanding and implementing domain-driven design using functional and reactive techniques, making it relevant for developers seeking to enhance their software design skills.
Provides a high-level overview of Kotlin coroutines, covering topics such as coroutine basics, channels, flows, and concurrency patterns. It valuable resource for anyone looking to get a quick overview of coroutines and how to use them effectively.
Offers a practical introduction to Kotlin for Android developers. It covers the fundamentals of the language, its benefits, and how to apply it in Android development. It provides a solid foundation for those transitioning to Kotlin or seeking to enhance their skills.
Offers a collection of best practices and idioms for effective Kotlin programming. It provides practical guidance on writing efficient and maintainable Kotlin code, making it a valuable resource for developers seeking to improve their coding skills.
Provides a comprehensive guide to Android Studio 4.0, covering its features, tools, and updated functionalities. It offers valuable insights for developers seeking to optimize their development workflow and enhance their productivity.

Share

Help others find this course page by sharing it with your friends and followers:

Similar courses

Here are nine courses similar to Kotlin Coroutines Deep Dive.
Hands-On with HAProxy Load Balancer
Most relevant
Kotlin Coroutines
Performing Background Jobs with WorkManager and Coroutines
Unit Testing RxJS with Marble Diagrams
How To Make Soap - Homemade Soap Making for Beginners
Developing Microsoft Azure Intelligent Edge Solutions
(Jetpack, Architecture & More)Advanced Android Bootcamp...
Kubernetes Security: Cluster Setup
Salesforce Flow – Beginner to Advanced
Our mission

OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.

Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.

Find this site helpful? Tell a friend about us.

Affiliate disclosure

We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.

Your purchases help us maintain our catalog and keep our servers humming without ads.

Thank you for supporting OpenCourser.

© 2016 - 2024 OpenCourser