Receive change notifications with data with the Microsoft Graph
-
Updated
Feb 19, 2025 - Java
Receive change notifications with data with the Microsoft Graph
This sample demonstrates how to use the Microsoft Graph Java SDK to access data in Office 365 from native mobile Android applications.
Please see https://github.com/microsoftgraph/msgraph-training-java for a Java sample.
Code snippets that use the Microsoft Graph to perform common tasks, such as sending email or managing groups, from within an Android app. This sample uses the Microsoft Graph Client Library to work with the data, and the Microsoft Authentication Library (MSAL) for authentication of users' work or school Office 365 accounts and personal accounts.
Code snippets that use the Microsoft Graph to perform common tasks, such as sending email or managing groups, from within an Android app. This sample uses REST calls directly to the Microsoft Graph endpoint, and the Active Directory Authentication Library (ADAL) for authentication of users' work or school Office 365 accounts.
Use Microsoft Graph to access a user’s Microsoft account data from within an Android app. This sample uses the Microsoft Graph Client Library to work with the data, and uses the Azure AD v2.0 endpoint for authentication of users of personal or work or school accounts.
Use Microsoft Graph to access a user’s Microsoft account data from within an Android app. This sample uses the Microsoft Graph REST endpoint to work with the data, and uses the Azure AD v2.0 endpoint for authentication of users of personal or work or school accounts.
This showcase sample accesses Microsoft calendar and email data so users can send anonymous feedback on the meetings they attend.
Add a description, image, and links to the devxsample topic page so that developers can more easily learn about it.
To associate your repository with the devxsample topic, visit your repo's landing page and select "manage topics."