Getting data from the service

Now we are ready to connect our Cordova mobile app to the simple table just created and populated. Every mobile platform has its own connection SDK. In our case, we have chosen Cordova. So right-clicking from the project folder in Visual Studio 2015, we can open the command prompt and type the following command:

Getting data from the service

This downloads the Cordova plug-in for mobile apps and references it from the project. Before proceeding with the code, we have to remember that we need to write Cordova code in Typescript, not just JavaScript. The plug-in code is just JavaScript: if we proceed in this way, when we type code working with the ...

Get Mastering Cloud Development using Microsoft Azure now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.