winsontan520 / Android-WScratchView

[Deprecated] Provide a view which can be scratched
83 stars 35 forks source link

What the best way to save the scratchView? #8

Closed etzuk closed 10 years ago

etzuk commented 10 years ago

I am trying to save the Path and loading it in init mathod. CustomPath temp = load(); if(null != temp){ mPathList=temp; } CustomPath is a class that extends ArrayList and implements Serializable . (doesn't work) Meybe save the Bitmap ? tnx ..

etzuk commented 10 years ago

Save Bitmap work fine ..:) tnx ..