Skip to content Skip to sidebar Skip to footer
Showing posts with the label Android Canvas

Make A Sprite Jump

I want to make a sprite\bitmap jump using only android (no game engines). I wasn't able to find… Read more Make A Sprite Jump

Drawbitmap Takes Too Long

Hello here is the code: URL uri = new URL(photoUrl); URLConnection connection =… Read more Drawbitmap Takes Too Long

Draw An Bitmap On A Canvas With A Custom Shape

I want to draw an image with the following shape on a canvas: The black must be replaced by my ima… Read more Draw An Bitmap On A Canvas With A Custom Shape

What Does Lockcanvas Mean (elaborate)

I'v been coming to drawing graphics in Android. There's a lot of sample applications out th… Read more What Does Lockcanvas Mean (elaborate)

Android Programmatically Stroke

I want to draw a black stroke on my text in Android. I have seen this example: How do you draw text… Read more Android Programmatically Stroke

Android Transparent Canvas (surfaceview)

I've got a panel which is placed on top of another view via a relativelayout. I would like to g… Read more Android Transparent Canvas (surfaceview)