Mango APP Dribbble 第三方 Android 客户端 项目简介
芒果 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/` 文件夹。解决错误将 Android Studio 升级至最新版本将 Kotlin 升级至最新版本尝试 `clean` 并 `rebuild` 项目如果以上均不能解决你的问题,请提出一个新的 issueDribbble OAuth 授权App client id, client secret 和 client access token均放置在了ApiConstants.kt 文件中, 但是考虑到[访问频率限制]和芒果 APP 在 Google Play 上线的可能性, 如果你想要继续开发, 我建议你在 [Dribbble开发者中心] 注册你自己的 APP 并替换 ApiConstants 中相应的内容。