How to develop for iphone application about "retrieving database file on web"?

Posted by coverboy on Stack Overflow See other posts from Stack Overflow or by coverboy
Published on 2010-05-04T01:36:01Z Indexed on 2010/05/04 1:38 UTC
Read the original article Hit count: 257

Filed under:
|
|

Hi...all experts!

I'm a newbie to iphone developer.

Well, currently, I'm developing iphone for Location Based Service.

That application need to have these functions. 1. hierarchical tree-view on navigation bar. 2. list up page 3. detail page

for example,

Let's say. I have top category like "Restaurant, Hotel, Gift Shop" Second level "New York, LA, London,....."

Third Level displays all Data with 1 photo. Fourth Level displays Detail of that "Restaurant or Hotel, Gift shop, ..."

So, My Only Interest is "How to retrieve the data from remote database server. not using iphone local one."

Because, that locations, and shops should be updated frequently, (you know some shops closed, new shops opens.)

So, till now, I figured out that using XML to retrieve data.

However, using XML is the most effective way to implement?

Is there any other way to accomplish this work?

You know, transferring XML data via 3G Network is really slow. XML file have more bytes than plist file.

I'm currently a beginner of iphone development.

So, please help me find a right way!!

And, one more question, if I use xml way. Is it possible to Paging? (First page 10 lists up, below that more button...)

well, you might guess each category have hundreds of shops!!

© Stack Overflow or respective owner

Related posts about iphone

Related posts about retrieve