I'm using the Wolfram|Alpha API and I'm trying to load the results in HTML format inside my view. I've got a EditText where you enter you're query and an enter button. When you're query is entered I want the requested information to load underneath the EditText and such.
The code is a bit long so I've put it in a text file here.
https://sites.google.com/site/jstheelements/extrafiles
And here I have the LogCat of results from where I press the enter button that can be found on that same link. I know that the System.out.printIn needs to be changed. At least I believe it does. The problem is I don't know where to go from where I'm at. Any help will be appreciated. Thanks.