how to parse google search results on iphone

Posted by Shibin Moideen on Stack Overflow See other posts from Stack Overflow or by Shibin Moideen
Published on 2010-05-15T06:08:27Z Indexed on 2010/05/15 6:14 UTC
Read the original article Hit count: 220

Filed under:
|
|

Hi satckoverflow,

I am trying to implement a search tool on my iPhone, when i enter a text it will be send to the google for searching. and return the result.

I need to know how the text is given to the Google search engine and how the google is returning the result? Is it in the XML format or JSON.

I can then parse the result XML/JSON on my iPhone and want to display the results in my table view. Any idea? need Help...!

Thanks in advance,

Shibin

© Stack Overflow or respective owner

Related posts about google-search

Related posts about iphone