androidisometric

How to create isometric grid android


i want to draw i grid like

Link

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


Solution

  • 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.