I\'m trying to create a Bitmap programmatically and am finding drawing a shadowed Rect is ignoring the color arg passed in. I\'ve simplified things down to this case - the code just draws a rotated bl
I am working on a project that extends the Map Activity class once.This project can only have this one activity.
My app is a basic drawing app. User can draw on a Canvas and save the image as a PNG. He can load the earlier drawn images and edit them.
I am trying to implement my own map overlay for osmdroid (but I assume it is fairly similar to Google map overlays).
This is my first post, so please bear with me. I\'ll try and be as clear as I can here about my problem.
I\'m working on an android game and am currently busy with a gamecamera type of component. The best method seems to be translating the canvas (possibly with a matrix) to move the entire canvas to act
This question already has an answer here: Closed 11 years ago. Possible Duplicate: How do you set a line's width when drawing in Android?
I want to rotate the canvas circularly on its center axis based on user touch. Like a old phone dialer .
I\'m attempting to add an overlay to an Android opengl ES application, and am currently specifying an ImageView and working off code from SurfaceViewOverlay API Demo, effectively merging two applicati
Can anyone help me on how to redraw the canvas. I tried many examples and source code from the internet, but it still didn\'t work on my PC like the invalidate func, canvas.save, canvas.restore, etc.