johneastman / Shopper

A Shopping List Android App
0 stars 0 forks source link

Data Not Saving Properly #40

Closed johneastman closed 3 years ago

johneastman commented 3 years ago

The onDestroy lifecycle method is not always called when the user exits or minimizes the app, so data is not saved every time.

Fix: Add saving to onPause and onStop lifecycle methods.

johneastman commented 3 years ago

https://github.com/johneastman/Shopper/commit/cfcc81f6dde02f59ae906fcf87db4a4baa2b411a