nian88 / imgur-android

An open-sourced Android imgur api example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An open-sourced Android imgur api example


Languages

Language:Java 100.0%