I'm basically using the code from the SDK example TicTacToe.
In the for loop:
Using java Syntax Highlighting
- Paint i_paint(Paint.ANTI_ALIAS_FLAG);
- Bitmap i_bmp = getResBitmap(i_res);
- i_rect.set(x1,y1,x2,y2);
- canvas.drawBitmap(i_bmp, null, i_rect, i_paint);
Parsed in 0.029 seconds, using GeSHi 1.0.8.4
Any ideas would be much appreciated.

