Android app that connects to the Imgur API and manages a user's images
- 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.
- Download or Clone this repository.
- Make a copy of the
ConstantsSampleClass and rename/refactor it toConstants. Then update thegetStoredSecretmethod to return the appropriate values for your Imgur API Application. - Build and enjoy!
- Minimum version of Android is 4.4 KitKat (API level 19)
- Login to Imgur
- View all images associated with your Imgur account
- Upload new images to your Imgur account
- Delete images from your Imgur account
- Icons
- Logout by Austin Andrews
- Add a Photo by material.io
- Libraries
- Retrofit by Square
- GSON by Google
- Glide
- aFileChooser (Specifically using the FileUtils class)