2d int array Drawing Canvas
- by Andy
How do you print out the contents of a 2d int array
Ive code written in java for a sudoku game and im trying to create a game on the android using the same code
My code in java reads in a text file(sudoku grid)
i see canvas.drawText will read in a string, but how do you do it for a 2d int array, so it prints out in a grid?