@ko5tik,
I was simply referring to the libraries included with android,
specifically the org.apache.http.* ones.
-chris
On Jun 9, 4:03 pm, ko5tik wrote:
> You do not need additional libraries, as android already got
> HttpClient
> I do following:
> -%<---
> httpClie
You do not need additional libraries, as android already got
HttpClient
I do following:
-%<---
httpClient = new DefaultHttpClient();
HttpPost httpRequest = new HttpPost(PUSH_URL);
List pairs = new ArrayList();
pairs.add(new BasicNameValuePair("name", entry.getName())
I saw your entry on stackoverflow too.
http://stackoverflow.com/questions/245/submit-form-with-post-data-in-android-app
I would suggest using the Apache libraries (all the http client, get/
post, response stuff) and parsing the data your self. If they just
wanted a webview the user might as we
3 matches
Mail list logo