Is it possible to show progress bar when download file via Retrofit 2, Android
You can use ResponseBody
and set it to OkHttp
client and to update progress in UI you can use interface.check this link
You can use ResponseBody
and set it to OkHttp
client and to update progress in UI you can use interface.check this link