0e464903b1
* Update trouter schema * Use trouter from maven central Add access methods * Fix styles * Fix trouter prod url and json parse Co-authored-by: Marc Ma <marcma@microsoft.com> |
||
---|---|---|
.run | ||
config | ||
eng | ||
gradle/wrapper | ||
samples/sample-chat-app | ||
sdk | ||
.editorconfig | ||
.gitignore | ||
CONTRIBUTING.md | ||
LICENSE.txt | ||
README.md | ||
build.gradle | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
jetty.xml | ||
settings.gradle |
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.
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 |