tags:

views:

19

answers:

1

Hi,

I will develop an iPhone app. To make an example without exactly telling what I want to do: Lets think we have a app with jokes. Every user can vote the joke up or down and can send in her own joke. If the joke is approved by an admin, it should be add to the application.

Now my question, what is the best idea to realize this?

Should I make a database-based app, so the approved joke is readable directly after approvment, or should I make a update-based app, so I update the application every week / month with new jokes?

+2  A: 

External database, definitely.

Douwe Maan