As part of my project I want to read an online text file that contain a url say(www.example.com/download.html).
The text file we can access via (www.example.com/url.txt).
I want to read the content of text file and want to store that in a string. Someone please help me on this. Tried Read text file from server in Android app method but not working.