75ba61f27f
* Updated `targetSdkVersion` and `compileSdkVersion` to use Android API level 34 (released in October 2023). * Updated `targetSdkVersion` and `compileSdkVersion` to use Android API level 34 (released in October 2023). * Attempt at fixing JaCoCo issue. * Updated CHANGELOGs, READMEs and gradle.properties files. * Fixed Sample App's `AndroidManifest.xml` |
||
---|---|---|
.. | ||
src | ||
CHANGELOG.md | ||
README.md | ||
build.gradle | ||
gradle.properties |
README.md
Azure Core HttpUrlConnection HTTP plugin library for Android
Azure Core HttpUrlConnection HTTP client is a plugin for the azure-core
HTTP client API.
Getting started
Prerequisites
- A Java Development Kit (JDK), version 8 or later.
Include the package
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-httpurlconnection</artifactId>
<version>1.0.0-beta.14</version>
</dependency>
Key concepts
The key concepts of Azure Core HTTP HttpUrlConnection include:
- TODO
Examples
Troubleshooting
If you encounter any bugs, please file issues via GitHub Issues or checkout StackOverflow for Azure Android SDK.
Contributing
If you would like to become an active contributor to this project please follow the instructions provided in Microsoft Azure Projects Contribution Guidelines.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request