what is the def. between this web service like Volley and Asynk task web service in android and which one best.
i am using restfull web service with using Asynk task but i dint now what is the deference between this two.
what is the def. between this web service like Volley and Asynk task web service in android and which one best.
i am using restfull web service with using Asynk task but i dint now what is the deference between this two.
By Using AsyncTask WeCan Send Data As well as Files too, But by using Volley You can Send and Receive String Response(i.e Text Formatted JsonArray,JsonObject,String.....etc) only.......