Hello,
I'm curious how most people organize their code as they write a GapiDraw application. For example, do you create a separate class for each screen of the application (main screen, settings screen, how to play screen, etc.). Or, do you group your classes by functionality (drawing, sounds, etc.)?
Better yet, if someone could give a brief outline of the class structure of their GapiDraw application, it would be most appreciated!
Thanks!