DrawingView
DrawingView copied to clipboard
RasmView is an Android drawing view; it provides a view that allows users to draw on top of a bitmap.
Obtain blank page while try to load Bitmap on class header lateinit var drawingView: RasmView lateinit var drawingContext: RasmContext onViewCreated drawingView = fragmentimage.immagine drawingContext = drawingView.rasmContext coda.uuid?.let {image -> val...
Hi! Amazing library! Help me, please. How can I erase only the drawn part, without erasing the background (layerBitmap)?
RasmView.onTouchEvent java. lang.NullPointerException
Create a brush preview
scalling
how to enable of disable zooming
When i try to draw and zoom the view it gets pixlated. what is the possible solution to overcome this issue ? 
I want to disable the zoom function and a listener that can know the beginning and end of drawing. like.. ``` canvas.rasmContext.addDrawingChangeListener(DrawingChangeListener() { @Override fun onTouchStart() { } @Override fun...