一个简单的Android项目
周一到周五每天分享一张美女图片和若干程序干货等
所有的数据来自:
干货集中营
APK下载地址:
点击下载
项目截图:
更新日志:
V1.2.1:
1.修复首页图片缓存问题
2.设置界面添加手动检查版本更新功能
V1.2.0:
1.界面大更改,添加时间浏览和分类浏览,图片浏览改为瀑布流形式(假瀑布流形式,高度随机给的)。
2.添加推送功能
3.修复部分Bug
V1.1.0:
1.所有ListView替换为RecycleView
2.修复Bug
3.更换图标,APP名字
感谢:
代码家-干货集中营
drakeet
xingrz
dongjunkun
xiongwei-git
zzhoujay
所有的开源的人
依赖库:
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.android.support:support-v4:23.1.1'
compile 'com.android.support:design:23.1.1'
compile 'com.android.support:cardview-v7:23.1.1'
compile 'com.android.support:recyclerview-v7:23.1.1'
compile 'com.yqritc:recyclerview-flexibledivider:1.2.9'
compile 'com.nineoldandroids:library:2.4.0'
compile 'com.google.code.gson:gson:2.5'
compile 'com.squareup.retrofit:retrofit:2.0.0-beta2'
compile 'com.squareup.retrofit:converter-gson:2.0.0-beta2'
compile 'com.squareup.okhttp:okhttp:2.4.0'
compile 'com.github.bumptech.glide:glide:3.7.0'
compile 'com.github.zhaokaiqiang.klog:library:1.3.0'
compile 'com.bigkoo:svprogresshud:1.0.2'
compile 'com.jakewharton:butterknife:7.0.1'
compile 'com.github.Aspsine:SwipeToLoadLayout:v1.0.2'
compile 'com.github.jd-alexander:LikeButton:0.1.8'
compile 'me.drakeet.materialdialog:library:1.3.1'




