Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 946 Bytes

README.md

File metadata and controls

43 lines (23 loc) · 946 Bytes

#IMGUR UPLOAD

This app is a simple Android application (for Android 4.4 and below) to upload anonymous picture on Imgur with Retrofit 2

How to use the application

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 :

Development

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

Install

To build the project, run :

gradle build

To create the APK :

gradle assembleRelease