#IMGUR UPLOAD
This app is a simple Android application (for Android 4.4 and below) to upload anonymous picture on Imgur with Retrofit 2
On your first use, this is what you will see :
Choose a picture in your Gallery by clicking on Browse
Then you can add a title and a description before uploading your picture.
You will get a notification when the upload will start and when it's done :
Lots of the application logic can be found in MainActivity
, but if you want to add request to Imgur API, you can look into ImgurService
Interface.
Moreover, the notifications are handled in the NotificationHelper
To build the project, run :
gradle build
To create the APK :
gradle assembleRelease