I’m developing a game using libgdx and have noticed on several occasions that other background apps running can cause lag in my game – especially when those apps are being updated in the background. I’m talking serious lag like from 50-60 fps down to under 10 fps while the other app installs.
How should I handle this very noticeable lag?
Thanks!