14
Coroutines and Flow
This chapter introduces you to background operations and data manipulations with Coroutines and Flow. You’ll also learn how to manipulate and display the data using LiveData transformations and Kotlin Flow operators.
By the end of this chapter, you will be able to use Coroutines and Flow to manage network calls in the background. You will also be able to manipulate data with LiveData transformations and Flow operators.
You learned the basics of Android app development and implemented features such as RecyclerViews, notifications, fetching data from web services, and services. You also gained skills in the best practices for testing and persisting data. In the previous chapter, you learned about dependency injection. Now, ...
Get How to Build Android Apps with Kotlin - Second Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.