2D Game Graphic Designer Question:
Download Questions PDF

Tell me what is “onsurfacecreated” in android game development?

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

Answer:

“OnsurfaceCreated” is called every time the drawing surface is created. This can happen when the application starts or when it becomes active after being sent to the background or when the orientation changes. After a context loss, all these events are triggered, so every asset will be lost and have to be recreated. All assets and application objects should be recreated at this place.

Download 2D Game Graphic Designer Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me in Java game development what does the animation thread class holds?Explain me how would you make the games you're playing better?