Mango

🏀 An Android app for dribbble.com

MIT License

Stars
655

Mango

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.
  • App shortcuts: Supporting devices running Android 7.1+.
  • 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

Download

Building

Open the Project in Android Studio

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

Open the Mango/ directory in Android Studio.

Get Started

./gradlew build

Troubleshooting

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

Dribbble OAuth

You need to register your application at Dribbble Developer Center. You can find information about how to gain access via the relevant links.

When you obtain the keys, you need to place them into the mango.properties file.

CLIENT_ID=YOUR CLIENT ID
CLIENT_SECRET=YOUR CLIENT SECRET
VERIFICATION_TOKEN=YOUR VERIFICATION TOKEN

Notice: The mango.properties file is not committed to git, so you need to create it manually.

As for Callback URL, you need to define your own url and then modify relative constants in ApiConstants.kt.

Contributing

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

Translating

License

Mango is under an MIT license. See the LICENSE for more information.

Badges
Extracted from project README
Build Status
Related Projects