Changes

An Android Jetpack Lifecycle Tutorial

29 bytes added, 19:02, 11 January 2019
no edit summary
The previous chapter provided an overview of lifecycle awareness and outlined the key classes and interfaces that make this possible within an Android app project. This chapter will build on this knowledge base by building an Android Studio project designed to highlight lifecycle awareness in action.
== Creating Creating the Example Lifecycle Project ==
Begin this example by launching Android Studio and creating a new project, entering LifecycleDemo into the Application name field and ebookfrenzy.com as the Company Domain setting before clicking on the Next button.
Before moving to the next section in this chapter, take some time to compare the output from the app with the flow chart in Figure 36-2 of the previous chapter.
<htmlet>androidstudio32</htmlet>
== Creating a Lifecycle Owner ==