Top "Android-canvas" questions

The Android Java Canvas (android.

How do the pieces of Android's (2D) Canvas drawing pipeline fit together?

I would like to have a better understanding of how the components of Android's (2D) Canvas drawing pipeline fit together. …

android skia android-canvas
How do draw italic text on Android canvas?

In my app I am drawing text on Android Canvas; Now to support underline and bold I am taking help …

android text android-canvas italic
How to get when an ImageView is completely loaded in Android

I'm developing an App which draws lines over a bunch of Images. To choose these images, I have a radio …

android bitmap imageview android-canvas
Android Live Wallpapers -- OpenGL vs Canvas

I am a fairly "newb" Android developer, and I would like one of my first projects to be a live …

android opengl-es android-canvas live-wallpaper
Canvas Pinch-Zoom to Point Within Bounds

I've been stuck on this problem for eight hours, so I figured it was time to get some help. Before …

android android-canvas android-gesture
SurfaceView shows black screen - Android

Basically I want to use SurfaceView for animation. Therefore the class implements Runnable. To experiment, I want to draw a …

android android-canvas surfaceview runnable
Undo and redo in Canvas for Android

I am using a customized version of FingerPaint for Android with some other features, like inserting images and moving them. …

java android android-canvas undo redo
Scaling Canvas to resize SVG in Android

I'm not having much luck wrapping my head around this, so I'm hoping someone can help me out. I'm getting …

android android-canvas svg-android
Error : RuntimeException at DisplayListCanvas.throwIfCannotDraw

My application work very well on nougat emulator and many devices, but i found this exception in google play crash …

android android-canvas android-bitmap
draw rounded edge arc in android with embossed effect

I am trying to develop a custom component i.e. arc slider, I am done with the arc and the …

android android-canvas