Get the content of a file from a URL as a string in Java. (Handling HTTP request in Android)
In this tutorial we will learn to get the contents of any file present at some url by making http request. Use case: JSON/XML parsing : If you want to send some data from server to your android app then the data can be printed as a string in JSON/XML format. This string then can… Read More »
21,538 total views, no views today