i want to draw i grid like
can some one please help me to create this grid programmatically in android
i am new to android game development and this is required for project
requirement is to create grid of tiles
Thanks in advance
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You might need to draw this you self. If seems doable. But if you dont know how drawing is done, these tutorial should help.
Just use a combination of drawRect and drawLine to get this drawn.