[android-beginners] login to a web site from android application.

2008-10-30 Thread AnuR
Hi frnds, my application needs to login to a web site thru the application. How can i do it? for that I need to post the username ,password and some other data to the url. the code is as follows. I am using SDK 1.0 DefaultHttpClient httpclient = new DefaultHttpClient(); HttpPost httpost = new Http

[android-beginners] login to a web site from android application.

2008-10-30 Thread AnuR
Hi frnds, my application needs to login to a web site thru the application. How can i do it? for that I need to post the username ,password and some other data to the url. the code is as follows. I am using SDK 1.0 DefaultHttpClient httpclient = new DefaultHttpClient(); HttpPost httpost = new