How to upload a bitmap image to server using android volley library?
问题 How to upload a bitmap image to server using android volley library ?I am trying to use android volley to upload images to server . If there is no such option in android volley ,can you please suggest me the best way to make networking actions faster. You are welcome to message me the links to any available tutorials online pertaining to this subject 回答1: As far as I know, Volley isn't the right choice to send a large amount of data (like an image) to a remote server. Anyway, if you want to