PaintView

中文README

Library Release MIT License Android API

PaintView aims to painting on image(or not) with zooming and graging surpported, and the painting result can be shared.

Click the icon to download demo apk.

ICON

Gradle Dependency

Add this in your root build.gradle file (not your module build.gradle file):

allprojects {
    repositories {
        ...
        jcenter()
    }
}

Then, add the library to your module build.gradle:

dependencies {
    compile 'com.lht:paintview:{latest.release.version}'
}

Screenshot & Feature

screenshot

TODO

Demo Description