Well, it is pretty starightforward, Android comes with apache http apis that
are good way for communication with server.

I don't know if you don't know the parameters how would you set it, but

for server communication sample code :

HttpClient client = new DefaultHttpClient();
HttpGet get = new Httpget("http://www.yahoo.com";);
HttpResponse res = client.execute(get);




On Fri, Jun 4, 2010 at 7:12 AM, [email protected] <[email protected]>wrote:

> Hi,
>
> I am relatively new to android and i would like to know if it is
> possible of getting data using http post and get to and from the web
> server.
> And also if i do not have access to the parameters to the web server,
> how would i go about getting it.
>
> Thank you.
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]<android-developers%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en




-- 
Regards,
Abdul Mateen,
Software Engineer at Rounded Labs Ltd.
Linux Administrator at Addictive Mobility Inc
Mobile : +92-333-3265875.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to