Skip to content

MatheusDaSilvaSantos/Azure.Android

 
 

Repository files navigation

Azure.Android Build Status Build Status

Azure.Android is a collection of SDKs for rapidly creating Android apps with modern, highly-scalable backends on Azure.

SDKs

AzureData API Reference and samples can be found on the AzureData readme.

AzureData is an SDK for interfacing with Azure Cosmos DB - A schema-less JSON database engine with rich SQL querying capabilities. It currently supports the full SQL (DocumentDB) API, and offline persistence (including read/write).

AzureCore API Reference and samples can be found on the AzureCore readme.

AzureCore is a shared dependency of the other four SDKs. It will include the following functionality:

  • Secure Storage
  • Preference Storage
  • Reachability
  • Logging
  • Encoding
  • User Agent Generation
  • Base Errors

More information on the features to be included in AzureCore can be found the Requirements wiki document.

AzureMobile is an SDK that connects to services deployed using Azure.Mobile.

AzureAuth API Reference and samples can be found on the AzureAuth readme.

AzureAuth is an SDK that enables authentication with popular identity providers SDKs to be used to securely access backend services on Azure App Service. AzureAuth will support five identity providers out of the box: Azure Active Directory, Facebook, Google, Microsoft Account, and Twitter. Your app can use any number of these identity providers to provide your users with options for how they sign in.

Azure App Service uses federated identity, in which a third-party identity provider stores accounts and authenticates users. The application relies on the provider's identity information so that the app doesn't have to store that information itself.

More information on the features to be included in AzureAuth can be found the Requirements wiki document.

AzurePush API Reference and samples can be found on the AzurePush readme.

AzurePush will provide push notification functionality. The current SDK for Azure Notification Hubs can be found here. The intent is to migrate that SDK to this repository, update it, and refactor the API to ensure it works seamlessly with the other SDKs in this project to provide the best possible developer experience.

More information on the features to be included in AzureData can be found the Requirements wiki document.

AzureStorage API Reference and samples can be found on the AzureStorage readme.

AzureStorage will provide cloud storage functionality. The current SDK for Azure Storage can be found here. The intent is to migrate that SDK to this repository, update it, and refactor the API to ensure it works seamlessly with the other SDKs in this project to provide the best possible developer experience.

More information on the features to be included in AzureStorage can be found the Requirements wiki document.

Installation

Gradle

The Azure.Android SDKs are packaged and available via BinTray and JCenter, so it's easy to add the SDKs to your Android project via Gradle.

To integrate any of the Azure.Android packages into your project, specify it in your Gradle file, e.g.:

compile 'com.azure.android:azuredata:0.1.0'

The correct Gradle package specifier can be found by navigating to the package or clicking the above "Download" button for the SDK. Then view the Maven/Gradle information and copy the Gradle snippet into your Gradle file.

Getting Started

Once you add the SDKs to your project...

// coming soon

About

This project is in active development and will change. As the SDKs become ready for use, they will be versioned and released.

We will do our best to conduct all development openly by posting detailed requirements and managing the project using issues, milestones, and projects.

Contributing

This project has adopted the Microsoft Open Source Code of Conduct.
For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Reporting Security Issues

Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) at secure@microsoft.com. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the Security TechCenter.

License

Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the MIT License. See LICENSE for details.

About

Android client SDKs for Microsoft Azure

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 95.1%
  • Java 4.9%