Overview
Learn about process death in Android development and its impact on app functionality. Explore the concept of process death, understand its significance, and discover why many apps fail during this event. Gain practical knowledge on testing for process death, implementing preventive measures, and ensuring optimal app performance. Dive into the relationship between ViewModels and process death, and learn how to effectively use onSaveInstanceState with ViewModels. Follow along with code examples and demonstrations to master techniques for handling process death in your Android applications.
Syllabus
Intro
What is Process Death
Process Death Example
Demo App
Getting the Code
Explaining the ViewModel
Saving the Data
Saving a List
ViewModel Initialization
Taught by
CodingWithMitch