Xamarin.Forms: Bing Spell Check Using Cognitive Service

Introduction

In this post, you will learn how to detect and correct spelling mistakes in your app using Cognitive Service Bing Spell Check API in Xamarin.Forms.

Xamarin.Forms code runs on multiple platforms — each of which has its own filesystem. This means that reading and writing files is most easily done using the native file APIs on each platform. Alternatively, embedded resources are a simpler solution to distribute data files with an app.