java - Possible implementation of game screen concept for an android game -


i want develop android app, i'm still not great @ using xml or eclipse wysiwyg editor make scalable , robust interfaces!

below quick concept drew on word of main game screen consist of:

enter image description here

i'm thinking vertical linear frame first, frame doesn't change important stats etc., frame in middle switched buttons, i'm stuck on how implement this.

for centre button screen, map screen, hoping add image of map can moved around, , somehow attach invisible button objects points in picture, maybe array of squares or something?

i understand pretty open question , might difficult answer, if think can in anyway please do.

thanks!

there log of possibilities, can use linearlayout android:orientation="vertical" , include stats in top. changing screens buttons can use fragmenttabhost , create different fragment each of views. check this example implementation.

regarding map, think easiest option use google maps android api v2. here example use maps v2 , example of how add markers map.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -