FreeDrawView
FreeDrawView copied to clipboard
Add possibility to restore Bitmap from a file.
Read Bitmap from a file and load it to FreeDrawView.
For now it supports state save and restore only with the following methods
FreeDrawSerializableState getCurrentViewStateAsSerializable()
and
restoreStateFromSerializable(FreeDrawSerializableState state)
Yes. But it will be useful to have an ability to read Bitmap data from an external file (maybe previously saved locally) and load it to FreeDrawView for further editing.
Agreed. Used the Library to save a signature into a Bitmap file, but needed to load it from the file.