A new canvas drawing library for Android. Aims to be the Fabric.js for Android. Supports text, images, and hand/stylus drawing input. The library has a website and API docs, check it out
I have looked at the docs under the wiki and a number of methods are missing.
I understand that this library is still in development, however, it seems that these methods, such as
myFabricView.setDeleteIcon(deleteIcon)
myFabricView.undo();
etc
should be in place, given that they are mentioned in the docs.
Hi @emmanuelproulx
I have looked at the docs under the wiki and a number of methods are missing. I understand that this library is still in development, however, it seems that these methods, such as myFabricView.setDeleteIcon(deleteIcon) myFabricView.undo(); etc should be in place, given that they are mentioned in the docs.
Has the latest version been released?
Thanks