• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps How to implement Android Game UI?

How to implement Android Game UI?

  • Custom View with separate Game View

    Votes: 0 0.0%
  • Directly drawn on the Game View

    Votes: 0 0.0%
  • None of both! Instead use...

    Votes: 0 0.0%

  • Total voters
    0

Tianmaru

Lurker
Hey Android Developers! :)

I want to create a game for android - and so do many others, I know :D
To process the user input for character movement I want to make a virtual DPAD, but I really can't decide, if it should be implemented as a custom DPAD view object with the main game surface view object behind it, or if it should be directly drawn to the surface view.
Maybe there is a third and even better way to do it?

Help is appreciated!
Tianmaru
 
Back
Top Bottom