Android contains the standard Java network java.net
package which can be used to access network resources. Android also contains the Apache HttpClient library.
The base class for HTTP network access in the java.net
package is the HttpURLConnection
class.
The preferred way of accessing the Internet according to Google is the HttpURLConnection
class, as Google is focusing their efforts on improving this implementation.
Read full article from Android HTTP Access - Tutorial
No comments:
Post a Comment