DrawView icon indicating copy to clipboard operation
DrawView copied to clipboard

Android view that allows the user to create drawings. Customize settings like color, width or tools. Undo or redo actions. Zoom into DrawView and add a background.

Results 20 DrawView issues
Sort by recently updated
recently updated
newest added

bitmap should be > 0 msg

Hi, The view crashes after setting a bitmap (as background image) loaded via Glide. Load the image ``` Glide.with(this) .asBitmap() .load(Uri.parse(args.getImageUri())) .into(new DrawViewTarget(binding.drawView)); ``` Set as background ``` private static...

Anybody else having issue with the zoom functionality? It doesn't zoom to near edges of the draw view. I'd really appreciate it if anyone would share if they solved this...

Bitmap init = Bitmap.createBitmap(getWidth(), getHeight(), Bitmap.Config.ARGB_8888); mZoomOverlay = init.copy(Bitmap.Config.ARGB_8888, true); init.recycle(); mCanvasOverlay = new Canvas(mZoomOverlay); invalidate(); Android Version 10 compileSdkVersion 28 minSdkVersion 14 targetSdkVersion 28 versionCode 14 versionName "1.3.1"

Thank you for such an awesome library! Its helping me. However, an error occured while using it and I'd like to know if you can help me. Thanks! `java.lang.IllegalArgumentException: width...

After setting a background image, when i pressed the device home button, IOException error occurs. so i fixed it. **Error Details :** java.lang.RuntimeException: Parcelable encountered IOException writing serializable object (name...

I am getting this error when i press undo or redo button multiple times quickly java.lang.IndexOutOfBoundsException: Invalid index 2, size is 2 at java.util.ArrayList.throwIndexOutOfBoundsException(ArrayList.java:255) at java.util.ArrayList.get(ArrayList.java:308) at com.byox.drawview.views.DrawView.onDraw(DrawView.java:202) at android.view.View.draw(View.java:16199)...

I changed DrawView size(width) after some process, but it's not changed. How can I change the width of DrawView dynamically? or is there any way to create DrawView programmatically?

Hello @ByoxCode How to make Arrow Head Fill like this. https://drive.google.com/file/d/1t1P7_wq53umGOxDT-ho-pPK6iHslHqhh/view?usp=sharing

Hello i have add this class on my app but the drawing camera not showing i can draw but camera in background not showing ( show just black screen but...