2
Building User Screen Flows
This chapter covers the Android activity lifecycle and explains how the Android system interacts with your app. By the end of this chapter, you’ll have learned how to build user journeys through different screens. You’ll also be able to use activity tasks and launch modes, save and restore the state of your activity, use logs to report on your application, and share data between screens.
The previous chapter introduced you to the core elements of Android development, from configuring your app using the AndroidManifest.xml file, working with simple activities, and the Android resource structure to building an app with gradle and running an app on a virtual device.
In this chapter, you’ll go further and learn how the ...
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.