I have this:
In the newly launched Ag 3 application in VS2008. I just changed the default to and added a KeyDown handler that pops up the MessageBox. < /p> But no matter how I try, the KeyD
I have this:
In the newly launched Ag 3 application in VS2008. I just changed the default to and added a KeyDown handler that pops up the MessageBox. < /p> But no matter how I try, the KeyD
I have a canvas, which will generate images from the code behind, my xaml is as follows
< br />
cvsWarehouse It is the actual canvas. The work behind many of the codes cont
public void < span class="hljs-title">ClearDraw(){ Canvas canvas = null; try{ canvas = surfaceHolder.lockCanvas(null); canvas.drawColor(Color.WHITE); canvas.drawColor(Color.TRANSPARENT, PorterDuff.
I am using SurfaceView to develop a game. It involves about 15-20 images, some of which have an average resolution of 320X400. I have two questions –
>I use Drawable images and use the drawab