image upload using multipart retrofit 2

前端 未结 2 1359
无人共我
无人共我 2021-01-25 02:35

Actually, I\'m new in this field.facing some problem during image upload.the process automatically suspended after some time.I am attaching my code below.Please anyone helps me

2条回答
  •  旧时难觅i
    2021-01-25 03:13

    If your problem is that progress bar is not getting hidden, you are not calling progressDialog.dismiss(); in onFailure function.

提交回复
热议问题