I\'m trying to draw on an ImageViewTouch, a library which enables pinch zooming. I\'m able to draw over the image using Canvas, but when I zoom the image, the drawing disapp
new Handler().postDelayed(new Runnable() { @Override public void run() { loadBitmapFromView(mImage); } }, 1000);