as MultipartEntity is removed from sdk 23 what is best way to upload images with other string params to server . i did refer How to upload file using Volley library in android? but here only file are present
how i can upload image using volley
as MultipartEntity is removed from sdk 23 what is best way to upload images with other string params to server . i did refer How to upload file using Volley library in android? but here only file are present
how i can upload image using volley
Use this below link. You can know more about volley
http://www.androidhive.info/2014/05/android-working-with-volley-library-1/
Retrofit is another rest client to know more about retrofit see the below link