September 2016
Beginner to intermediate
1089 pages
23h 8m
English
The next step in making our UI nicer is to stop using the standard Android dialogs and create our own custom ones instead. Once again this is something completely discouraged for apps but it makes a lot of sense for games.
There are many reasons why a custom dialog system is better for games:
AlertDialog in an app, since it mimics the dialogs of all the rest of the apps, but not the games. We want consistency.AlertDialogs look terrible. Again, you should never do that in an app, but you definitely want it in a game.Read now
Unlock full access