Skip to content

Instantly share code, notes, and snippets.

View VonLisboa's full-sized avatar
🏠
Working from home

Glaucio VonLisboa

🏠
Working from home
View GitHub Profile
// https://vonlisboa.medium.com/uploading-a-file-with-progress-in-kotlin-6afbfd80fb1c
package com.example.retrofit.upload
import io.reactivex.rxjava3.core.Single
import okhttp3.MultipartBody
import okhttp3.RequestBody
import retrofit2.http.Multipart
import retrofit2.http.POST
import retrofit2.http.Part