I have seen the following post: Working POST Multipart Request with Volley and without HttpEntity
My problem is how to include a progress bar.
There are solutions around for the progress bar but they all use HttpClient which I want to avoid since it is deprecated.
I just can't work out how to combine the two.
Edit:
I am looking for a progress bar that shows percentage and not just a continuous circle. An example with a bar that I want appears here but is using HTTPClient: How to send a “multipart/form-data” POST in Android with Volley