Hi could anyone point me in the direction that I need to be looking for the downloading of text from a website.
For example;
If I wanted to obtain the text from this website: http://en.wikipedia.org/wiki/Lorum_ipsum
How would I;
1) How would I go about connecting to the website and reading the content? 2) How would I display this content in a scrollView?
Thanks.