Microsoft Azure Notification Hubs provide a multiplatform, scaled-out push infrastructure that enables you to send mobile push notifications from any backend (in the cloud or on-premises) to any mobile platform. To learn more, visit our Developer Center.
Please follow our tutorial to start using the Android SDK with Microsoft Azure Notification Hubs.
To get the source code of our SDKs and samples via git just type:
git clone https://github.com/Azure/azure-notificationhubs-android.git
cd azure-notificationhubs-android
- Import the
/src/notification-hubs-sdk
project into your workspace - Once Android Studio finished compiling the library, the resulting
.jar
file is located in/src/notification-hubs-sdk/bin
.
Be sure to check out the Connectivity and Messaging Developer Forum if you are having trouble. The Notification Hubs product team actively monitors the forum and will be more than happy to assist you.
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.
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.