干乎 (GankOr#
一款基于 Gank 和知乎接口的娱乐休闲软件,有宅男福利妹纸图,配上幽默风趣小视频,也有知识扩展知乎热门,丰富你的碎片时间,娱乐休闲两不误
APK 下载
百度手机助手/91助手干乎链接 或 二维码下载
安智市场干乎链接 或 二维码下载
教程
此项目会迭代下一个版本,迭代教程依旧会写出来
documents 目录下)
v1.0(截止到第91次 commits,教程已完结,位于项目的v1.1(迭代中)
迭代中...
截图
第三方库 dependencies
// 内存泄漏检测工具
debugCompile 'com.squareup.leakcanary:leakcanary-android:1.4-beta1'
// or 1.4-beta1
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.3.1'
// 官方 material design 控件库
compile 'com.android.support:design:23.4.0'
// OkHttp
compile 'com.squareup.okhttp3:okhttp:3.4.1'
// Gson
compile 'com.google.code.gson:gson:2.7'
// 轮播器
compile 'com.bigkoo:convenientbanner:2.0.5'
学到什么
-
leakcanary 强大而简单的内存泄漏检测工具的使用
-
ASimpleCache 的使用 (一款极其简单的缓存库
-
Android-ConvenientBanner 的使用 (一款强大的轮播器
-
官方 material design 控件的使用
-
Universal-image-loader 库的基础使用
-
InstaMaterial 模仿知乎点击效果
License
Copyright 2016 joker
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.