Hi everybody! There's an interesting problem: I need to search for images on web and then show them in my application. I'm thinking of using images.google.com. How can I get results from this image search? I tried simply creating URL object with adress "http:// images.google.com/images?q=keyword", but got a 403 Forbidden error. I also know AJAX search api, but don't have any idea of how to implement this in my app because it is for using in websites! So what would you advise to get search results from images.google.com?
Andrew -- 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

