A basic upload tutorial using imgur API v3 on Android. Select an image via an intent, then upload that image. If your upload is successful, a link to your uploaded file will be displayed. I'm assuming you follow the official API instructions from imgur: https://api.imgur.com/
Just about everything you need is setup for you. Import the project into Android Studio 4.2
The project uses the following dependencies for various things:
- Koin dependency management
- Retrofit REST API
- Kotlin Coroutines background processing
- Moshi JSON serialization
- Databinding