/GankLock

GankLock是又一款干货集中营的App,自带蠢萌锁屏= ̄ω ̄=

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

##GankLock

Gank锁屏,这个App的最初打算是利用WindowManager实现自定义的锁屏,但最终自己还是采取了最简单的办法,即直接覆盖Activity的方法,因为自己在使用WindowManager会有很多的问题,例如权限等,很麻烦,有时还会导致锁屏界面直接卡死,后面自己就舍弃了那种做法,毕竟我相信用它来做锁屏界面的人还是很少。。由于自己学艺不精,代码不足之处很多,但自己会将这个项目不断完善下去,也算是自己学习过程中的一个见证吧。

##截图 ##下载 Fir.im
酷安市场 http://www.coolapk.com/apk/me.wavever.ganklock zhij

##感谢 代码家建立的干货集中营,在刚开始时,Rxjava和Retrofit部分参考了drakeet妹纸,MVP 架构参考了咕咚GankDialy,还有Rogero0o的开源锁屏项目Mr.Locker,以及自己使用的一些开源框架(在App内有列表),感谢这些开发者对于开源世界的贡献。

License

/*
 * Copyright (C) 2016 Wavever <wavever.ht@gmail.com> 
 *
 * GankLock is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * GankLock is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with GankLock.  If not, see <http://www.gnu.org/licenses/>.
 */