# Android-Lock9View **Repository Path**: caiqingmao/Android-Lock9View ## Basic Information - **Project Name**: Android-Lock9View - **Description**: 一个Android平台的九宫格锁屏控件 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-05-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Android-Lock9View [ ![Download](https://api.bintray.com/packages/takwolf/maven/Android-Lock9View/images/download.svg) ](https://bintray.com/takwolf/maven/Android-Lock9View/_latestVersion) [![API](https://img.shields.io/badge/API-5%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=5) # An Android grid lock screen view with a callback interface. It is very simple to use. ## ScreenShot ## ![Screenshot](screenshot/screenshot.png) ## Demo ## [![Lock9View Demo on Google Play Store](http://developer.android.com/images/brand/en_generic_rgb_wo_60.png)](https://play.google.com/store/apps/details?id=com.takwolf.android.lock9) ## Usage ## ### Gradle ### ```gradle compile 'com.takwolf.android:lock9view:0.0.2' ``` ### 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 ## TakWolf [takwolf@foxmail.com](mailto:takwolf@foxmail.com) [http://takwolf.com](http://takwolf.com) ## License ## Copyright 2015-2016 TakWolf 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.