I need something that "download" the webpage content...I mean, I need to have the HTTP Response and store it into a String var.
For example If i insert www.example.com, the response will look like: <html><head></head><body>THIS IS AN EXAMPLE etc etc etc...<><><>
I tried some codes I saw, but they are from API < 23, and Android have removed HTTP APACHE.
THank you in advance