All Projects → GeekBugs → SignatureView

GeekBugs / SignatureView

Licence: Apache-2.0 license
【Android View】:好用的Android电子签名板,能保存所签名的图片

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to SignatureView

andColorPicker
Color picker library for Android
Stars: ✭ 233 (+161.8%)
Mutual labels:  view, android-ui, android-view
Dachshund Tab Layout
Extended Android Tab Layout with animated indicators that have continuous feedback.
Stars: ✭ 853 (+858.43%)
Mutual labels:  view, android-ui
Adaptablebottomnavigation
A simpler way for implementing the Bottom Navigation View on Android
Stars: ✭ 844 (+848.31%)
Mutual labels:  view, android-ui
Androidanimationexercise
Android 动画各种实现,包括帧动画、补间动画和属性动画的总结分享
Stars: ✭ 1,254 (+1308.99%)
Mutual labels:  view, android-view
Freepager
ViewPagers library for Android
Stars: ✭ 461 (+417.98%)
Mutual labels:  view, android-ui
Happybubble
💭BubbleLayout随意变化的气泡布局、消息对话框,可定制颜色,背景、弧度、尖角弧度、边框等等。BubbleDialog气泡弹窗根据点击View的位置定位它的弹窗位置,BubbleDialog可定制方向等!(BubbleLayout changes freely,BubbleDialog click on the location of View positioning its location,BubbleDialog can be customized directions.)
Stars: ✭ 487 (+447.19%)
Mutual labels:  view, android-ui
Lovelydialog
This library is a set of simple wrapper classes that are aimed to help you easily create fancy material dialogs.
Stars: ✭ 1,043 (+1071.91%)
Mutual labels:  view, android-ui
Android library
android_library
Stars: ✭ 170 (+91.01%)
Mutual labels:  android-ui, android-view
Textwriter
Animate your texts like never before
Stars: ✭ 140 (+57.3%)
Mutual labels:  view, android-ui
Enviews
🌟A cool dynamic view library
Stars: ✭ 1,771 (+1889.89%)
Mutual labels:  view, android-view
Filltextview
一个填空题控件
Stars: ✭ 149 (+67.42%)
Mutual labels:  view, android-ui
Edgetranslucent
Android 任意View边沿渐变透明
Stars: ✭ 461 (+417.98%)
Mutual labels:  view, android-view
Slidingrootnav
DrawerLayout-like ViewGroup, where a "drawer" is hidden under the content view, which can be shifted to make the drawer visible.
Stars: ✭ 2,939 (+3202.25%)
Mutual labels:  view, android-ui
Discretescrollview
A scrollable list of items that centers the current element and provides easy-to-use APIs for cool item animations.
Stars: ✭ 5,533 (+6116.85%)
Mutual labels:  view, android-ui
recycler-adapter
RecyclerView-driven declarative UIs
Stars: ✭ 124 (+39.33%)
Mutual labels:  view, android-ui
Fillingbutton
🔥Replace typical onLongClickListener with this library!
Stars: ✭ 31 (-65.17%)
Mutual labels:  view, android-ui
Anychart Android
AnyChart Android Chart is an amazing data visualization library for easily creating interactive charts in Android apps. It runs on API 19+ (Android 4.4) and features dozens of built-in chart types.
Stars: ✭ 1,762 (+1879.78%)
Mutual labels:  android-ui, android-view
Krumbsview
🍞 The ultimate breadcrumbs view for Android!
Stars: ✭ 170 (+91.01%)
Mutual labels:  android-ui, android-view
Pincodeview
Pretty PinCode view
Stars: ✭ 138 (+55.06%)
Mutual labels:  view, android-ui
Customfloatingactionbutton
This view is for replacement of standard Floating Action Button from Google Support Library. It is easy to use, customizable and you can also add text to button
Stars: ✭ 222 (+149.44%)
Mutual labels:  view, android-ui

SignatureView

License

一个在 Android 上的签名板,能保存所签名的图片

预览图

引入

Step 1. Add the JitPack repository to your build file

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

Step 2. Add the dependency

	dependencies {
	       compile 'com.github.F1ReKing:SignatureView:1.1.0'
	}

使用

<com.f1reking.signatureview.SignatureView
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    app:penColor="@color/colorPrimary"
    app:penWidth="30"
    app:backColor="@color/colorPrimary"
        />

属性:

属性名 字段 描述 默认值
penColor color 画笔颜色 0xFF000000
backColor color 背板颜色 0xFFFFFFFF
penWidth int 画笔大小 10

api:

方法 描述 参数说明
void clear() 清空签名
void save(String path, boolean clearBlank, int blank) 保存图片 path:保存的地址;clearBlank:是否清除空白区域;blank:空白区域留空距离;
void getSavePath() 获取保存路径

License

Copyright 2018 F1ReKing. 

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].