Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 891 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 891 Bytes

imgur-android

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

Configuration

Just about everything you need is setup for you.
  • Import the project into Android Studio
  • In Constants.java add your imgur Client API key in the static field: MY_IMGUR_CLIENT_ID

Results