Session Details
Session
Level: #Intermediate
Category: Flutter | Format: Session
11:50 am - 12:30 pm | Muthoni
Handling Process Death In Flutter like a pro
Session Description:
Any Android app could lose its UI state as a result of activity or process regeneration. This loss of state can be caused by things like configuration changes (the activity is deleted and restarted unless the configuration change is handled manually) or system-initiated process death. While the programme is running in the background, the device releases resources (such memory) for usage by other processes. We will cover how to handle Android process death in this session so that we can keep track of user activities even after the system terminates the app in the background..