i want to create my own game in android that uses java,which is some kind of a simple board game but i don't know how to start making the board..i'm having difficulty for i am just a starter in programming..hope someone could help me..
how to create layout of a board game in android?
Started by jayke, Jan 12 2013 11:19 AM
1 reply to this topic
Ad:
#2 Members - Reputation: 136
Posted 20 January 2013 - 07:30 PM
Depends on what is it supposed to represent, but in general, you can use an image with a picture box container, or you could draw on any bitmap surface, and then put it in the picture box.
Knowing the size of the board, and functionality, create a collection of areas that are in some way functional, and then work your way from there.
Knowing the size of the board, and functionality, create a collection of areas that are in some way functional, and then work your way from there.
Edited by Mercile55, 20 January 2013 - 07:32 PM.






