Android - Rendering HUD View to SurfaceView
- by Jon
I have developed a relatively simple game in android, to get my head around it all, and on the back of it developed a crude game engine (in the loosest sense!). I use a SurfaceView and canvas (no OpenGL) - I'll cross that bridge another time!
I have implemented a game HUD, title screens etc. by overlaying standard Android view widgets over my…