I am trying to create a game with a battleview like in Pokemon or Final Fantasy. Right now I got a SurfaceView
, which handles all the overworld stuff, like running around, changing the location, etc.
Should I create another SurfaceView
and another thread for the battleView or should I keep everything in the same view?
Same question for in-game dialogues.