AndroidDrawingView icon indicating copy to clipboard operation
AndroidDrawingView copied to clipboard

绘画板,支持平滑跟随,常用形状,图层变换

Results 4 AndroidDrawingView issues
Sort by recently updated
recently updated
newest added

不能添加文字,添加文字的时候,输入法会闪退

compile 'com.github.vilyever:AndroidJsonModel:1.2.0' compile 'com.github.vilyever:AndroidFileReadWrite:1.1.0' compile 'com.github.vilyever:AndroidUnitConversion:1.1.0' compile 'com.github.vilyever:AndroidResource:1.2.1' 这四个库不能依赖

你好,我最近正在做一个教育类的项目,里面涉及到画板这样的功能,我目前能实现的是,动态的画各种图形,可以实现橡皮擦,撤销,重做,清除的功能,使用bitmap实现双缓冲的设计,但是现在要求能对画的各种图形,实现拖动,放大,缩小旋转的效果,还有文本输入,我那样的设计就不能实现这样的效果。我看了你的源码,由于代码量稍微有点大,暂时还没还没看太懂,不知道你有没有博客,想看看你的设计思路。谢谢