Giter Club home page Giter Club logo

gesturelock-1's Introduction

GestureLock

手势解锁 指纹解锁,兼容绝大数手机

手势解锁功能预览

  • 设置手势密码

  • 修改手势密码

  • 验证手势密码

  • 选中震动效果

  • 顶部预览效果

  • 可自定义密码存储位置(sp,db)

  • 可设置访客密码,默认数组[0]为超级密码,数组[1]为访客密码

功能预览

  1. 设置手势密码

功能预览

  1. 验证手势密码

功能预览

指纹解锁预览

指纹解锁

定制开发

  1. 自定义密码存储,实现下面接口内容
/**
* 密码逻辑接口
* Created by dds on 2019/2/13.
* [email protected]
*/
public interface ICache {

   // 判断是否设置了手势密码
   boolean isGestureCodeSet(Context context);
   // 获取手势密码
   String getGestureCodeSet(Context context);
   
   String getGuestGestureCodeSet(Context context);
   // 清空手势密码
   void clearGestureCode(Context context);
   // 设置手势密码
   void setGestureCode(Context context, String gestureCode);
  
   void setGuestGestureCode(Context context, String gestureCode);

}

gesturelock-1's People

Contributors

ddspwr avatar ddssingsong avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.