# Android-Lock9View **Repository Path**: mldeng/Android-Lock9View ## Basic Information - **Project Name**: Android-Lock9View - **Description**: 一个Android平台的九宫格锁屏控件 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: http://blog.takwolf.com/2014/12/02/android-lock-9-view/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2014-12-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Android-Lock9View # > An Android grid lock screen view with a callback interface. It is very simple to use. ## ScreenShot ## ![Screenshot](screenshot/screenshot.png) ## Usage ## ### Layout ### ```xml ``` ### Activity ### ```java Lock9View lock9View = (Lock9View) findViewById(R.id.lock_9_view); lock9View.setCallBack(new CallBack() { @Override public void onFinish(String password) { Toast.makeText(MainActivity.this, password, Toast.LENGTH_SHORT).show(); } }); ``` ## Author ## Please see [TakWolf](http://takwolf.com). ## License ## Licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html).