I have to create an iPhone app which displays some sentences.
I would to download these sentences from a server and save them in a local db (for example using JSON).
The user can flag a sentence as favorite and do some other stuff.
I would to give the possibility to download other sentences, updating the corresponding table in the local db.
I don't know where to begin to build the server side.