URLConnection
, which represents a communications link between the application and a URL, and
HttpClient
, which is an interface for an HTTP client and was deprecated in Android 5.1 and is removed from the Android SDK in Android 6.0.
In order to use it, edit the dependencies
in build.gradle
to the following:
|
|
dependencies { compile fileTree(include: ['*.jar'], dir: 'libs') compile 'com.android.support:appcompat-v7:23.0.1' compile 'org.jbundle.util.osgi.wrapped:org.jbundle.util.osgi.wrapped.org.apache.http.client:4.1.2' ... } |
The three figures on the right show the screenshots of this application, which calls a JDBC program using either one of the two methods: GET and POST. |
|
|