June 2022
Intermediate to advanced
368 pages
6h 37m
English
In this chapter, we will look at how data can be presented by Android applications to end users. We will look over the available architecture patterns for data presentation and analyze the differences between them. Later, we will look at the Model-View-ViewModel (MVVM) pattern, the role it plays in separating business logic and user interface updates, and how we can implement it using Android Architecture Components. Finally, we will look at how we can split the presentation layer across multiple library modules. In the exercises of this chapter, we will integrate the layers built in the previous chapters with a presentation layer built using MVVM, we will create a presentation layer that will plug ...
Read now
Unlock full access