一款基于 Gank 和知乎接口的娱乐休闲软件,有宅男福利妹纸图,配上幽默风趣小视频,也有知识扩展知乎热门,丰富你的碎片时间,娱乐休闲两不误
百度手机助手/91助手干乎链接 或 二维码下载
安智市场干乎链接 或 二维码下载
此项目会迭代下一个版本,迭代教程依旧会写出来
v1.0(截止到第91次 commits,教程已完结,位于项目的 documents 目录下)
迭代中...
// 内存泄漏检测工具
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 模仿知乎点击效果
一只普二即将步入大三的大二狗,初学 Android 半年,热爱开源,拥抱开源,愿与志同道合者详论
-
段子手/业界知名 Android 开发者:stormzhang
-
业界大牛/郭霖公共号多篇文章投稿者:李济洲
-
985高校大牛学长:秦伟
-
大牛师傅:陈业
-
暂时还没有 github 的奕超哥
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.