GitPedia

Mango

🏀 An Android app for dribbble.com

From TonnyL·Updated May 16, 2026·View on GitHub·

Mango is an Android application for [Dribbble](https://dribbble.com/). Inspired by [Resplash](https://github.com/b-lam/Resplash), [Plaid](https://github.com/nickbutcher/plaid) and [Protein](https://github.com/gejiaheng/Protein). The project is written primarily in Kotlin, distributed under the MIT License license, first published in 2017. Key topics include: android-app, android-application, dribbble, kotlin, kotlin-android.

Mango

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.
  • 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 StartedMainShot
Get-StartedMainShot
UserLikesComments
UserLikesComments

Download🚀

<img src="./art/google_play_badge.png" alt="Google Play Badge" height="80">

Building⚒

Open the Project in Android Studio

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

Open the Mango/ directory in Android Studio.

Get Started

shell
./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.

java
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.

Contributors

Showing top 7 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from TonnyL/Mango via the GitHub API.Last fetched: 6/28/2026