Write For Us

Fun with LiveData (Android Dev Summit '18)

E-Commerce Solutions SEO Solutions Marketing Solutions
117 Views
Published
LiveData is a simple observable data holder that is aware of the lifecycle of the observers. It was designed to avoid memory leaks and null pointer exceptions between an activity or fragment and a ViewModel.
However, you can also use LiveData beyond the ViewModel. Components like Room or Workmanager also expose LiveData observables, and you can make your own data sources lifecycle-aware.
In this talk, we'll deep dive into patterns with LiveData such as the different types of transformations (map, switchMap and MediatorLiveData), handling events and building reactive architectures as well as common antipatterns and code-smells to avoid.
Presented by: Jose Alcérreca & Yigit Boyar
Android Dev Summit '18 all sessions playlist →
Subscribe to the Android Channel! →
#AndroidDevSummit"
Category
Phone
Sign in or sign up to post comments.
Be the first to comment