芒果 Mango 是一款为 Dribbble 开发的 Android App , 灵感来源于 Resplash、Plaid 和 Protein 。
特色
Kotlin 和 RxKotlin: 完全由 Kotlin 编写开发
MVP 架构: 完全的 MVP 架构.
Material Design: 尽我最大的努力
Deep Link: 使用了来自Airbnb 的 DeepLinkDispatch 库
使用了其他出色的开源库: Anko common 用于简化Intents,Flexbox layout 用于智能优雅的布局,Glide 用于图片加载,Gson 用于序列化与反序列化,Retrofit 用于 HTTP 请求,Room 用于数据持久化。
截图
Google Play 下载地址
https://play.google.com/store/apps/details?id=io.github.tonnyl.mango
构建 在 Android Studio 中打开
git clone https://github.com/TonnyL/Mango.git
在 Android Studio 中打开Mango/ 文件夹。
Mango/
解决错误
将 Android Studio 升级至最新版本
将 Kotlin 升级至最新版本
尝试 clean 并 rebuild 项目
clean
rebuild
如果以上均不能解决你的问题,请提出一个新的 issue
Dribbble OAuth 授权 App client id, client secret 和 client access token均放置在了ApiConstants.kt 文件中, 但是考虑到[访问频率限制]和芒果 APP 在 Google Play 上线的可能性, 如果你想要继续开发, 我建议你在 [Dribbble开发者中心] 注册你自己的 APP 并替换 ApiConstants 中相应的内容。