I am making an app that will download a string from a website and display it. I tried many examples online and I've literally been searching for days for this, but I can't find a single solution.
From what I have read, I know I have to get the content of the url from another thread, but no tutorial showed me how to do this.
I have a textview on the layout and that will be where the html content will have to show up.
Can anybody show me an example of how this is done?