DrawableView icon indicating copy to clipboard operation
DrawableView copied to clipboard

A view that allows to paint and saves the result as a bitmap

Results 16 DrawableView issues
Sort by recently updated
recently updated
newest added

When the onRestoreInstanceState function callbacks, a BadParcelableException is thrown. I tried to solve it in the following way. in DrawableView, ``` @Override protected Parcelable onSaveInstanceState() { Parcelable parcelable = super.onSaveInstanceState();...

Sorry, did not have much time now to go through but does it provide a method to set an image as the canvas background so we can draw over that...

Is there any way to support importing a background to canvas. I tried to put an imageview behind deawableview and then get both bitmaps and overlay each other. How ever...

enhancement

How to set the color that has been drawn?

`DrawerDelegate` references a class which is not present causing following exception: `me.panavtec.drawableview.gestures.DrawerDelegate`: can't find referenced class `me.panavtec.drawableview.internal.SerializablePath`

I'm using this Gradel in photo editor type app. I'm inflating this view above image view. is it possible to handle setConfig. I want that it will work when I...

I am trying to have a background, but even when I set that as the linearlayout background, the whole component runs very slow. Any ideas for a fix?

Caused by: android.os.BadParcelableException: at android.os.Parcel.readParcelableCreator(Parcel.java:2511) at android.os.Parcel.readParcelable(Parcel.java:2462) at android.view.AbsSavedState.(AbsSavedState.java:67) at android.view.View$BaseSavedState.(View.java:22761) at android.view.View$BaseSavedState.(View.java:22750) at me.panavtec.drawableview.DrawableViewSaveState.(DrawableViewSaveState.java:14) at me.panavtec.drawableview.DrawableViewSaveState$1.createFromParcel(DrawableViewSaveState.java:40) at me.panavtec.drawableview.DrawableViewSaveState$1.createFromParcel(DrawableViewSaveState.java:38) at android.os.Parcel.readParcelable(Parcel.java:2471) at android.os.Parcel.readValue(Parcel.java:2365) at android.os.Parcel.readSparseArrayInternal(Parcel.java:2813) at android.os.Parcel.readSparseArray(Parcel.java:2068) at android.os.Parcel.readValue(Parcel.java:2422) at...