Fix any remaining corner cases where the application crashes when interrupted.

Issue #53 closed
Raymond Wells created an issue

@engrMiguel @brandonthai2003

Please be on the lookout for any of these cases, and report a bug when you find one. Mention this issue in your bug report so I can track them here.

Android's handling of suspend and resume is basically none... essentially at any time the activity and all its state can be destroyed and recreated, which can cause some "interesting" side-effects.

The easiest way to check for this is to load a particular activity, then go and do something else on your mobile... open another app, make a call... When you come back to the application, it should be the same as when you left it.

Comments (1)

  1. Log in to comment