1

I'm working on an app to show a list of videos (tableView) and I would like to be able to modify the list without making a new update of the app everytime I change one thing.

I've heared about JSon or XML but I would be sure if it's the best and easier way for me to achieve this. I don't have a big list, 10 object max.

Thank's a lot,

Nicolas

4
  • JSON. most definitly, unless you have a really complex structure.
    – katzenhut
    Commented Jun 7, 2013 at 12:51
  • You should have a look at this question if you didn't already. Commented Jun 7, 2013 at 12:54
  • @NicolasWilhem You should post a separate question if you have more questions, not edit your old one. Would you revert your change and post a new question? Commented Jun 10, 2013 at 14:00
  • Oh sorry, I'll make it directly. Thank you Commented Jun 10, 2013 at 14:02

1 Answer 1

3

JSON is easy to parse and handle. You should go with JSON without thinking too much. Go Ahead !

3
  • Thank's Rajan. Do you know a good and clear tutorial? I saw some but it was always only for twitter or youtube JSon. I would like to do my own JSon file. Thanks again. Commented Jun 7, 2013 at 12:52
  • @NicolasWilhem Check this out : raywenderlich.com/5492/working-with-json-in-ios-5 and don't write 'JSon' its JSON :) Commented Jun 7, 2013 at 12:53
  • Thanks! It's not "J" son's?? ;-) Commented Jun 7, 2013 at 12:55

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.