Hi. i'm looking to make a relatively simple app that reads text data from the internet into a certain screen. This can be a simple text file or xml, or whatever.
The idea is that the app doesn't need updating everytime the information does, allowing a simple update of the txt file (or whatever) upload to the server and when the app runs it checks the file and loads in the text.
I've looked at a few different options, http://www.mosync.com/documentation/tutorials/downloading-data-internet-0#Using_the_Downloader_Classes_in_C < looks promising but not entirely sure.
I've also look at the connection example and how that works.
If someone could point me in the right direction, i would appreciate it. Alot of the examples seem to be overkill for what i want to do, but that might just be the way it is.
Kyle.