liefery-it-legacy / android-signature-view

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android Signature Widget

A simple view where a signature can be drawn

Sample app screenshot

Installation

sbt

resolvers += "jitpack" at "https://jitpack.io"

libraryDependencies += "com.github.liefery" % "android-signature-widget" % "1.1.0"

Gradle

allprojects {
    repositories {
        ...
        maven { url "https://jitpack.io" }
    }
}

dependencies {
    compile 'com.github.liefery:android-signature-widget:1.1.0'
}

Usage

Please have a look at the sample application for more details.

About

License:MIT License


Languages

Language:Java 93.7%Language:Scala 6.3%