iphone - iOS data management -



iphone - iOS data management -

i'm writing simple ios app manage email address, maybe contacts. don't know best way organize info in ios , don't know database ios , xcode support. know ios supports xml & sqlite, there other databases supported?

which best database (xml, sqlite,...) app?

if going add together email , contacts suggestion utilize plist.

http://developer.apple.com/technologies/ios/data-management.html

iphone ios xcode data-management

Comments

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -