Dans cette article, nous décrivons l’utilisation des API dans l’espace Windows.Media.Audio pour créer des graphiques pour le routage audio, le mixage et le traitement audio. Un graphique audio est un ensemble de nœuds …
Managing Versions in Bot Framework
Versioning a live bot is a little trickier. You want to get users onto the new bot as quickly as possible, but you probably don’t want to interrupt the current flow of …
Managing Timeouts in Bot Framework
Let’s walk through a few strategies for managing timeouts and updating your bot. I’m not going to walk through every possibility, but rather show off a few representative solutions that …
Implementing Push Notifications in Xamarin Forms
Push notifications in Xamarin Forms is an interesting project and that is because each platform implements Push Notifications and the corresponding notifications (toasts) in a different way. I will show …
Understanding Push Notifications Lifecycle
Push notifications are a common feature in mobile apps and if you read my previous post or others you will easily understand how to receive them. Most walk-throughs stop at that …
Azure Machine Learning : Deploy & host predictive models through webservices
This tutorial will walk users through deploying a classification model in Azure Machine Learning. The classification model uses the Titanic dataset to predict whether a passenger will live or die, …
How to predict real estate sales price using Azure Machine Learning
Learn how companies like Zillow would predict the value of your home. In this Azure Machine Learning tutorial you will learn how to build a model to predict the real estate sales …
How to build a predictive Model with Azure Machine Learning
This tutorial will walk users through building a classification model in Azure Machine Learning by using the same process as a traditional data mining framework. We will use the public …
Using Renderscript in Xamarin.Android
* This articles applies for Xamarin.Android applications that target API level 17 or higher RenderScript is a framework for running computationally intensive tasks at high performance on Android. RenderScript is …
Reporting Download Progress in Xamarin
To retain a responsive UI, a mobile applications should perform long-running tasks – such as downloading a file – in the background. This recipe will show how to asynchronously download …