Home

Awesome

Mango

Build Status

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

Features✨

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

./gradlew build

Troubleshooting

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.