[android-developers] How to send and receive http request

2010-03-02 Thread Matt Gill
Hello, I am wanting to send a http request to Google.com from my mobile application but am unsure how to get about asembling the request. Anothing problem that i might in counter is how to handle the information that is returned. For example, i want to send a request for local resturnats to

Re: [android-developers] How to send and receive http request

2010-03-02 Thread chris harper
I had to do the same thing. Check out this link for the open source PhotoStream and look in the Flickr class. I used much of this class as an example and it helped a lot. http://code.google.com/p/apps-for-android/source/browse/trunk/Photostream/src/com/google/android/photostream/Flickr.java