Android loading screens blocking, good practice?

Posted by Oren on Game Development See other posts from Game Development or by Oren
Published on 2012-11-02T18:53:52Z Indexed on 2012/11/02 23:18 UTC
Read the original article Hit count: 223

Filed under:

I've noticed many (if not all) android games don't support the "back" button functionality during their loading screens. Which leads to some frustrating moments when a user accidentally starts up the game and has to wait for the long loading stage to end in order to close it.

So my questions are:

1) Why is that ? Is there a good reason to avoid something like asynchronous loading (or some other solution to this problem) in android games ?

2) If there is no good reason not to support this functionality, what would be the best way to accomplish it ?

© Game Development or respective owner

Related posts about android