Skip to content

jimstump/android-imgur-api-test

Repository files navigation

Android Imgur API Test

Android app that connects to the Imgur API and manages a user's images

Getting Started

  1. Register an Imgur API Application if you don't have one.
    • You should create your application with the "OAuth 2 authorization with a callback URL" Authorization type.
    • Setup an Authorization callback URL. If possible, this should be a URL for a domain you control. If not, using https://imgur.com/ or https://www.example.com should be fine. The page doesn't have to do anything special as the app will catch the request and grab the access token from it.
  2. Download or Clone this repository.
  3. Make a copy of the ConstantsSample Class and rename/refactor it to Constants. Then update the getStoredSecret method to return the appropriate values for your Imgur API Application.
  4. Build and enjoy!

Requirements

  • Minimum version of Android is 4.4 KitKat (API level 19)

Features

  • Login to Imgur
  • View all images associated with your Imgur account
  • Upload new images to your Imgur account
  • Delete images from your Imgur account

Acknowledgements

About

Android app that connects to the Imgur API and manages a user's images

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages