access Google Data
Is there any possibility to access the Google data by using Google api ? I mean is it possible to make my own search engine for android by using the google ready made api ???
If yes then how ?? Thanks in advance. . .开发者_开发技巧
yes you can use Google Local Search API in your application . It needs JSON parsing
here is the linkhttp://code.google.com/apis/maps/documentation/localsearch/jsondevguide.html#basic_query
精彩评论