Popularity
1.3
Stable
Activity
0.0
Stable
25
2
4

Programming language: Kotlin
Tags: Android     UI Widget     Views     Custom View     Sign     Draw    
Latest version: v1.0

FingerSignView alternatives and similar packages

Based on the "UI Widget" category.
Alternatively, view FingerSignView alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of FingerSignView or a related project?

Add another 'UI Widget' Package

README

FingerSignView

Introduction

FingerSignView is a simple library that lets you finger, or draw lines, smoothly with your finger into a View and save it as a file or bitmap

Screenshot

Install

Step 1. Add the JitPack repository to your build file Add it in your root build.gradle at the end of repositories:

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

Step 2. Add the dependency

dependencies {
  implementation 'com.github.AgnaldoNP:FingerSignView:1.0'
}

Usage

Sample of usage

<pereira.agnaldo.fingersignlibrary.FingerSignView
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            app:lineColor="#344374"
            app:strokeWidth="4dp"
            app:velocityFilterWeight="4"
    />

Options

Property Values Default
lineColor color value #000
strokeWidth dimension value 4dp
velocityFilterWeight integer value 4

Contributions and Support

This project was based on DrawingView Project

Contributions are welcome. Create a new pull request in order to submit your fixes and they shall be merged after moderation. In case of any issues, bugs or any suggestions, either create a new issue or post comments in already active relevant issues