which iphone data model to choose?
Posted
by Tronic
on Stack Overflow
See other posts from Stack Overflow
or by Tronic
Published on 2010-04-24T09:32:09Z
Indexed on
2010/04/24
9:53 UTC
Read the original article
Hit count: 307
i need to get some data somewhere to put in a timeline. the data strcture is like this:
- Item
- Name
- Year
- ShortInfo (mainly keywords and short texts)
- LongInfo (much text with videos/audios (urls)
a friend of mine told me i should you a plist and get all that stuff in there, but what about a sqlite database? any advice?
regards
© Stack Overflow or respective owner