etcadinfinitum / GameLab

Android application with a few simple games
0 stars 1 forks source link

Suspend app processes if focus is lost #15

Closed etcadinfinitum closed 5 years ago

etcadinfinitum commented 6 years ago

Currently, when user navigates away from app using home button etc, the app crashes (unsure why, I think its because the app is running same processes but with smaller memory delegated by OS?). Fix this (IIRC should be an easy fix).