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
If your problem is that progress bar is not getting hidden, you are not calling progressDialog.dismiss(); in onFailure function.
progressDialog.dismiss();
onFailure