Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

🏀 An Android app for dribbble.com

License

NotificationsYou must be signed in to change notification settings

TonnyL/Mango

Repository files navigation

Build Status

Mango is an Android application forDribbble. Inspired byResplash,Plaid andProtein.

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. UsingDeepLinkDispatch fromAirbnb.
  • 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🚀

Google Play Badge

Building⚒

Open the Project in Android Studio

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

Open theMango/ 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 atDribbble 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 themango.properties file.

CLIENT_ID=YOURCLIENTIDCLIENT_SECRET=YOURCLIENTSECRETVERIFICATION_TOKEN=YOURVERIFICATIONTOKEN

⚠️Notice: Themango.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 inApiConstants.kt.

Contributing💪

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

Translating🌐

License📚

Mango is under an MIT license. See theLICENSE for more information.


[8]ページ先頭

©2009-2025 Movatter.jp