Cook-E-team / Cook-E

A mobile application that helps schedule cooking with multiple recipes
GNU General Public License v3.0
2 stars 1 forks source link

All activities should save their state when paused #20

Closed samcrow closed 8 years ago

samcrow commented 8 years ago

When the device is rotated, the displayed activity may be paused or stopped. It is recreated in the new orientation. If the activity does not override onPause() and save its state, some elements of the state will be lost. All activities should work with no data loss when the device is rotated or other activity life cycle events occur.

samcrow commented 8 years ago

The current activities either have no observable data loss or prevent rotation. I am deferring detailed checks to the next release.