Skip to content

Latest commit

 

History

History

azure-core

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Azure Core micro shared library for Android

Build Documentation

Azure Core Micro provides shared primitives, abstractions, and helpers for modern Android Azure SDK client libraries.

Getting started

Prerequisites

Include the package

<dependency>
    <groupId>com.azure</groupId>
    <artifactId>azure-core</artifactId>
    <version>1.0.0-beta.14</version>
</dependency>

Key concepts

The key concepts of Azure Core Micro include:

  • TODO

These will be introduced by way of the examples presented below.

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.

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Impressions