Azure Core Micro provides shared primitives, abstractions, and helpers for modern Android Azure SDK client libraries.
- A Java Development Kit (JDK), version 8 or later.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.0.0-beta.14</version>
</dependency>
The key concepts of Azure Core Micro include:
- TODO
These will be introduced by way of the examples presented below.
If you encounter any bugs, please file issues via GitHub Issues or checkout StackOverflow for Azure Android SDK.
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