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 -Chris On Tue, Mar 2, 2010 at 9:31 AM, Matt Gill <[email protected]> wrote: > 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 Google and have the results returned and > then displayed to the user in a ListView. Am i going about this the > right way? Any suggestions on how i might go about this? Is there an > API that i could use (GoogleMaps or AJAX Search)? > > Thanks for the Help. > > Matt G. > > -- > 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 > -- 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

