开发者

iPhone Implement Search against API XML

开发者 https://www.devze.com 2023-01-28 07:36 出处:网络
I want to implement a search feature in an iPhone app. Basically, the user can enter some terms say \"searchterm\" and pass it as a URL to the API I am using. The API returns an XML. I need to parse t

I want to implement a search feature in an iPhone app. Basically, the user can enter some terms say "searchterm" and pass it as a URL to the API I am using. The API returns an XML. I need to parse the search results from what the user selects.

I just wanted to understand how this search thing will work. Any reference e开发者_运维百科xamples would be really helpful. This will be somewhat similar to a search on iPhone App Store.

Thanks.


Actually the information that I need gets returned both in attributes as well as nodes in the XML.

0

精彩评论

暂无评论...
验证码 换一张
取 消