tags:

views:

4

answers:

1

How can i connect to the server in Android . Give me Some code it will really helpful for me .

A: 

Use Http connection.Try googling it you can find a lot of examples

A few that i found...

http://saigeethamn.blogspot.com/2010/05/http-connection-using-threads-handlers.html

http://androidsamples.blogspot.com/2009/06/how-to-use-http-connection-saxparser.html

Rahul