I want to be able to store a text document on a server and then read this document when my app launches.
I would want to read e.g. a description for an object and item number, and a few urls to images and sound clips.
Is reading in and parsing a text document the best way to do it? If so how is it done?
Thanks