I'm making an app for Android using the Canvas class, but I'm having some problems.
1st. When you run the methods below,
canvas.drawText("Width: " + fotoOriginal.getWidth(), 0, 10, paint);
canvas.drawText("Height: " + fotoOriginal.getHeight...
asked by
19.01.2015 / 00:57