highgic / GankLock

GankLock是一款每日提供程序猿干货的锁屏app。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##GankLock

Gank锁屏,一款可以让你在锁屏的时候就看干货的app,因为Gank的app有点多,大多数都是类似与新闻类app,而Gank锁屏则是只显示每日的干货,并将其显示在锁屏界面上,恩,妹纸真不错。
俗话说,千里之行,始于足下,这是自己学习android开发以来,发布第一个app,所以代码不足之处很多,自己会将这个项目不断完善下去,也算是自己学习过程中的一个见证吧。

##干货数据源

数据来源于代码家建立的干货集中营

##截图 ##下载 Fir.im
##代码 app采用了MVP架构,Rxjava响应式编程和Retrofit,这也是时下比较流行的组合,图片加载使用Picasso,就像自己前面说的,因为自己也是学习使用这些优秀的库和架构,所以代码方面还是有点稚嫩。

##感谢 Rxjava和Retrofit部分参考了@drakeet妹纸,MVP 架构参考了@咕咚GankDialy,还有@Rogero0o的开源锁屏项目Mr.Locker,感谢这些开发者对于开源世界的贡献。
##所使用的依赖库

##参考资料

License

/*
 *      
 * Copyright (C) 2015 Drakeet <drakeet.me@gmail.com>
 * Copyright (C) 2015 GuDong <gudong.name@gmail.com>
 * Copyright (C) 2016 Wavever <wavever.ht@gmail.com> 
 *
 * Meizhi 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.
 *
 * Meizhi 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 Meizhi.  If not, see <http://www.gnu.org/licenses/>.
 */

About

GankLock是一款每日提供程序猿干货的锁屏app。

License:GNU General Public License v3.0


Languages

Language:Java 100.0%