|

Android精品源码Knowledge妹知是一块非常漂亮的美女图片安卓源码
可以学到:
- Android Design库的使用
- 自定义你的基类Activity
- 应用MVP模式到项目中
- 使用Webview时避免内存泄露
- OKhttp封装框架的用法
- 用Gson解析网络数据
- 用Glide加载图片
- 用Realm缓存数据
- 加特效的启动页的写法
- 设置页的写法
- Activity的转换特效(对,duang的那种)
- 更多惊喜等待你发现(手动斜眼)
使用到的库
[Java] 查看源文件 复制代码
|
01
02
03
04
05
06
07
08
09
10
11
12
13
|
dependencies { debugCompile 'com.squareup.leakcanary:leakcanary-android:1.3.1' //检测内存泄露 compile 'com.android.support:design:23.1.1'//design控件库 compile 'com.bigkoo:convenientbanner:2.0.5'//一个图片轮播控件 compile 'com.android.support:cardview-v7:23.1.1' |