In my previous post we talked about how to create app in Wearable and Handheld devices and created a simple implementation of sending/syncing data. In this post I'm going to demonstrate how to deploy and test apps in real device. First of all I am using Nexus 9 and LG G Watch as my test devices. Before we start make sure that USB Driver for Android is installed in your machine. You can verify it by right clicking on the COMPUTER > MANAGE > DEVICE MANAGER > OTHER DEVICES. If the driver isn't ......
In my previous posts I've talked about setting up your development environment to get started with Android development using Xamarin and Visual Studio and also talked about a brief introduction about wearable. In this post I'm going to demonstrate how sync data in your android application. Creating the Wear App Project To get started let's fire up Visual Studio 2013 and select FILE > NEW > PROJECT. Under Templates > C# > Android, select Wear App (Android) Project. You should be able to ......