Mango-完全使用RxKotlin开发的Dribbble Android App

796 阅读1分钟
原文链接: github.com

Build Status

Mango is an Android application for Dribbble. Inspired by Resplash, Plaid and Protein.

Features

  • Kotlin and RxKotlin: Yes, fully written in Kotlin.
  • MVP architecture: Whole project is built on MVP architecture.
  • Material Design: Trying my best.
  • Deep link: Yes. Using DeepLinkDispatch from Airbnb.
  • Usage of several awesome libraries: Anko common for simplified intents, Flexbox layout for smart and elegant layout, Glide for image loading, Gson for serialization&deserialization, Retrofit for HTTP requests, Room for data persistence.

Screenshots

Get Started Main Shot
Get-Started Main Shot
User Likes Comments
User Likes Comments

Build

Open the project in Android Studio

git clone https://github.com/TonnyL/Mango.git

Open the Mango/ directory in Android Studio.

Troubleshooting

  • Update the Android Studio to latest version.
  • Update the Kotlin to lates version.
  • Try to clean the project and rebuild it.
  • If none of the solutions above, file an issue or email me.

Dribbble OAuth

The App client id, client secret and client access token are placed in ApiConstants.kt file. But due to the Rate Limiting and the possibility that Mango App may be available in Google Play (Check the blueprints for more details), if you want to continue the development, I suggest you register your own App at Dribbble Developer Center and modify the constants with your owns.

Contributing

Discussions and pull requests are welcomed. The GitHub Contributors Page has an entry in the App.

License

The MIT License (MIT)

Copyright (c) 2017 Lizhaotailang

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.