What's the recommended way of doing a HUD for an android game?

Posted by joxnas on Game Development See other posts from Game Development or by joxnas
Published on 2012-09-26T01:28:25Z Indexed on 2012/09/26 3:50 UTC
Read the original article Hit count: 239

Filed under:
|
|
|

Basically the question is in the title.

I'm creating a RTS game and I will need buttons like attack move / attack ground, etc. I am not using any engine.

When people do games in OpenGL for android (my case), do they ever use android components to control the game or do they create their components in the game? What are the general recommended approach, if there's any? How about more complex components like scrolling lists of items , etc? I would also appreciate you to pair your answer with a brief comment about how was your experience using the approach(es) you describe.

Thanks :)

© Game Development or respective owner

Related posts about opengl

Related posts about android