Showing archive results for 2023

Mar 23, 2023
Post comments count0
Post likes count1

Sync to OneNote in Android app using MS Graph

Parker,
Kristen

Hello Android developers, Today we’ll be finishing up our blog series on using the Microsoft Authentication Library (MSAL) and the Microsoft Graph. Using these tools, your own Android apps will be able to connect to M365 services. Previously, we covered the basics of MSAL, an introduction to MS Graph for Android, and how to call t...

authenticationgraph
Mar 16, 2023
Post comments count1
Post likes count0

Use Microsoft Graph in an Android app

Parker,
Kristen

Hello Android developers, This week, we’ll be continuing our blog series on using the Microsoft Authentication Library (MSAL) and the Microsoft Graph to connect to M365 services in your own Android apps. Previously, we covered the basics of MSAL and an introduction to MS Graph for Android, so be sure to check out those posts first...

msalauthenticationgraph
Mar 9, 2023
Post comments count1
Post likes count0

Introduction to Microsoft Graph for Android

Kristen,
Parker

Hello Android developers, Today we’ll be continuing our blog series on using the Microsoft Authentication Library (MSAL) and the Microsoft Graph to connect to M365 services in your own Android apps. Last week, we covered the basics of MSAL, so be sure to check that out first! This week, we’ll focus on the Microsoft Graph, s...

kotlinmsalgraph
Mar 2, 2023
Post comments count0
Post likes count4

Authentication in Android apps with MSAL

Parker Schroeder

Hello Android developers, Connecting users to their data is an important factor in the mobile space as it helps to create a personalized experience across multiple devices. As is common across the technology space, users need to provide credentials in order to access their data, often in the form of a username and password, two factor au...

kotlinmsalauthentication
Feb 24, 2023
Post comments count1
Post likes count0

Built-in model pre-processing with ONNX

Craig Dunn

Hello Android developers, Previously we looked at how to pre-process image inputs for an ONNX model using Kotlin. It’s useful to understand this process because the principles apply to any model that you wish to use. On the other hand, having to write boilerplate code for input processing can be tedious – it also means there’s more code ...

kotlinmachine learningonnx
Feb 16, 2023
Post comments count0
Post likes count1

Bringing ONNX models to Android

Craig Dunn

Hello Android developers, One of the advantages of the ONNX runtime is the ability to run locally on a variety of devices, including mobile devices. This means that your users get fast response times, but also comes with the need to respect mobile device limitations such as app size and the ability to support performance enhancements. ...

kotlinmachine learningonnx
Feb 9, 2023
Post comments count0
Post likes count0

ONNX runtime inputs and outputs

Craig Dunn

Hello Android developers, Last week we got an ONNX runtime demo running on Android, which classified the subject of images being streamed from the device’s camera. Setup required downloading a pre-trained model and adding it to the sample app on GitHub. This week we’re going to look into the details of preparing inputs for the model, fol...

kotlinmachine learningonnx
Feb 2, 2023
Post comments count0
Post likes count0

On-device machine learning with ONNX

Craig Dunn

Hello Android developers, This week we’re going to get started with on-device machine learning using the ONNX Runtime and check out an Android sample that identifies the objects using the camera video stream. What is ONNX? ONNX stands for Open Neural Network eXchange and is an open-source format for AI models. ONNX supports intero...

machine learningonnx
Jan 26, 2023
Post comments count0
Post likes count0

Relay Anchor Leg: Overall impressions

Kristen Halper

Hello Compose developers, Over the last two weeks, I’ve given a brief introduction to Relay, as well as talked about some of the tips and tricks I picked up while using the tool. This week, I’ll share my thoughts on the current state of Relay from the developer point of view. As a reminder, Relay is in alpha, so please go try it o...

kotlinJetpack Composedesign
Jan 19, 2023
Post comments count0
Post likes count0

Relay Leg 2: Tips and tricks

Kristen Halper

Hello Compose developers, Last week, I gave a brief introduction to Relay, the new Figma to Compose tool developed by Google. This week, I’ll dive deeper into some tips and tricks I learned when testing out Relay, As a reminder, Relay is in alpha, so please go try it out and send the Relay team your feedback! Putting Relay to the...

Jetpack Composedesign