#知妹,既有知识又有妹子,还有逗你开心的段子哟
KnowGirl是一个MaterialDesign风格的项目。你可以方便地阅读知乎日报和煎蛋网的新鲜事,还可以浏览妹子图,无聊时也可以看看段子乐呵乐呵,来来来,让我们一起嘿嘿嘿~(已在应用宝上线了。如果你在学习中遇到任何bug、疑问,请提交一个issue)
- Android Design库的使用
- 自定义你的基类Activity
- 使用Webview时避免内存泄露
- OKhttp封装框架的用法
- 用Gson解析网络数据
- 用Glide加载图片
- 用Realm缓存数据
- 加特效的启动页的写法
- 设置页的写法
- Activity的转场动画
- 更多惊喜等待你发现(斜眼笑)
dependencies {
// 编译时的注解框架
compile 'com.jakewharton:butterknife:8.4.0'
apt 'com.jakewharton:butterknife-compiler:8.4.0'
//图片加载框架
compile 'com.github.bumptech.glide:glide:3.6.0'
//通用adapter
compile 'com.zhy:base-rvadapter:3.0.3'
//网络请求
compile 'com.zhy:okhttputils:2.3.9'
//json格式化
compile 'com.google.code.gson:gson:2.5'
//下滑退出的布局
compile 'com.github.oxoooo:pull-back-layout:1.0.1'
//bug监控
compile 'com.bugtags.library:bugtags-lib:latest.integration'
//友盟统计
compile 'com.umeng.analytics:analytics:latest.integration'
//从网页抓取数据用到的工具
compile 'org.jsoup:jsoup:1.10.2'
//多彩主题以及夜间模式
compile 'com.github.garretyoder:Colorful:1.3'
}
- To be continued