Android client SDKs for Microsoft Azure
Перейти к файлу
Anu Thomas Chandy d8f2c843cc
Enable SPI for Http modules (#602)
2021-02-24 15:49:34 -08:00
.run Rename the module azure-core-micro to azure-core (the micro package is yet to be removed) 2021-02-06 13:38:53 -08:00
config Removing azure-core-serde contract (#600) 2021-02-24 09:38:50 -08:00
eng moving version string to common place, removed unnecessary dependencies 2020-12-03 14:27:02 -08:00
gradle/wrapper init modularized core and search-module based on core 2020-11-28 02:00:11 -08:00
sdk/core Enable SPI for Http modules (#602) 2021-02-24 15:49:34 -08:00
.editorconfig init modularized core and search-module based on core 2020-11-28 02:00:11 -08:00
.gitignore init modularized core and search-module based on core 2020-11-28 02:00:11 -08:00
CONTRIBUTING.md init modularized core and search-module based on core 2020-11-28 02:00:11 -08:00
LICENSE.txt init modularized core and search-module based on core 2020-11-28 02:00:11 -08:00
README.md Updating readme to have module diagram on the top. 2021-02-24 11:01:00 -08:00
build.gradle Configuring the minSdkVersion in the project level build.gradle (#599) 2021-02-22 17:25:28 -08:00
gradle.properties init modularized core and search-module based on core 2020-11-28 02:00:11 -08:00
gradlew init modularized core and search-module based on core 2020-11-28 02:00:11 -08:00
gradlew.bat init modularized core and search-module based on core 2020-11-28 02:00:11 -08:00
jetty.xml init modularized core and search-module based on core 2020-11-28 02:00:11 -08:00
settings.gradle Removing azure-core-serde contract (#600) 2021-02-24 09:38:50 -08:00

README.md

Azure SDK for Android (vNext)

License

Azure SDK for Android is licensed under the MIT license.

Modules (MinAPILevel 15):

The following diagram shows the core modules and their dependencies.

The minSdkVersion of all the modules except azure-core-http-okhttp is 15. The azure-core-http-okhttp uses minSdkVersion as 21 since okhttp is baselined to L21.

Modules

Design documents:

#n Topic Link
1 HttpClient API reference
2 HttpPipeline Chain Design reference
3 RestProxy API reference

Presentations:

MD file used to present the journey from v1 (master) to v2 (this branch), and design choices made.

#n presentation Link
1 talk 1 reference

Impressions