2D Game Graphic Designer Question:

Tell me in Java game development what does the animation thread class holds?

2D Game Graphic Designer Interview Question
2D Game Graphic Designer Interview Question

Answer:

The animation thread class updates the DrawablePanel for game logic and forces a redraw of the panel. It holds a reference to the Drawable Panel.


Previous QuestionNext Question
Explain me what are the problems you might face while developing game with Java?Tell me what is “onsurfacecreated” in android game development?