Re: Best persistence method for a glossary app in iPhone?
Re: Best persistence method for a glossary app in iPhone?
- Subject: Re: Best persistence method for a glossary app in iPhone?
- From: Scott Anguish <email@hidden>
- Date: Tue, 1 Jun 2010 23:41:06 -0400
You’ve got a very simple count as far as data goes. If your data is presorted, even a plist stored in the application wrapper containing a simple dictionary with the glossary name as the key, and the description as the data would be easily accessible.
On Jun 1, 2010, at 6:30 PM, Helder Correia wrote:
> Hey folks!
>
> I'm new to iPhone dev, and I want to build a reference app with a glossary. There will be many terms (let's assume 100), and they'll be in an indexed table. The definitions should open in a web view, since I need bold and italics, for example, and they won't be editable by the app, so they're read-only.
>
> My question is, what is the best persistence method for those definitions?
>
> Should I put each in a separate htm file in the resources folder, or a read-only sqlite3 database? Perhaps another option is better?
>
> Thanks!
>
> Helder Correia_______________________________________________
>
> Cocoa-dev mailing list (email@hidden)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden