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
Made changed the version of Gradle and Android OS to the latest.
Fixed undo/redo. Added markSaved() and isSaved() functions.
Change in the hierarchy: now we have the concept of Transform (rotation, scale, translation). This will improve the undo system.
Made changed the version of Gradle and Android OS to the latest. Fixed undo/redo. Added markSaved() and isSaved() functions. Change in the hierarchy: now we have the concept of Transform (rotation, scale, translation). This will improve the undo system.