2d int array Drawing Canvas

Posted by Andy on Stack Overflow See other posts from Stack Overflow or by Andy
Published on 2010-04-05T14:03:35Z Indexed on 2010/04/05 14:13 UTC
Read the original article Hit count: 286

Filed under:

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?

© Stack Overflow or respective owner

Related posts about android