I have a web service that return a json data my url is :
http://myurl/param1/param2/param3/....
my parameters separated with / and no use ?
How can I send parameter to this url in android
I cant use parameter.add because I haven't key , my data is Tandem and without key like this
parameter.add(new BasicNameValuePair("username", params[0]));