Android - (HTTP|Net| URL )

Card Puncher Data Processing

About

Net, http supports on Android

HTTP

Android support/includes two HTTP clients

URI

See What is a URI (Uniform resource identifier)?

Uri.Builder uriBuilder = Uri.parse("http://myServer/myPath?").buildUpon();
uriBuilder.appendQueryParameter("q", "valueForParaq");
URI uri = uriBuilder.build()
URL url = new URL(uri.toString());

Documentation / Reference







Share this page:
Follow us:
Task Runner