I want to send a array as name value pair as httppost.My server accepts only array values.The following is my code snippet..
public String SearchWithType(Str
nameValuePairs.add(new BasicNameValuePair("type", Arrays.toString(type)));