Changes

Jump to: navigation, search

An Android Jetpack LiveData Tutorial

44 bytes added, 14:18, 11 June 2018
no edit summary
The previous chapter began the process of designing an app to confirm to the recommended Jetpack architecture guidelines. These initial steps involved the selection of the Activity & Fragment+ViewModel project template and the implementation of the data model for app user interface within a ViewModel instance.
This chapter will further enhance the app design by making use of both the LiveData architecture component. Once LiveData support has been added to the project in this chapter, the next chapter (entitled TBD[[An Overview of Android Jetpack Data Binding]]) will make use of the Jetpack Data Binding library to eliminate even more code from the project.
== LiveData - A Recap ==

Navigation menu