A basic upload tutorial using imgur API v3 on Android. Select an image via an intent, then upload that image with or without a title/description.
I'm assuming you follow the official API instructions from imgur: here
All API calls are done using Retrofit
- Import the project into Android Studio
- In Constants.java add your imgur Client API key in the static field: MY_IMGUR_CLIENT_ID