Creating wearable apps
Synchronizing notifications to the wearable provides an easy means to extend an app to the wearable; however, sometimes, an entirely customized or fully-featured wearable experience is required.
Getting ready
All the wearable apps require an app to first be installed on the handheld. Here, we can assume that we have an existing project to which we are adding a wearable companion. Although, automatically installed when creating a new Android Wear project, we do need to have the Xamarin.Android.Wear NuGet installed in the wearable project.
How to do it...
Wearable apps require a companion app on the handheld. Usually, we already have an existing app to which we can simply add a new wearable app:
- In the open solution, right-click on the solution node, select Add, and then select Add New Project....
- In the wizard that appears, create a new
Android Wear App
project just as we would for any other app. The only thing that we need to do is to ensure that the Identifier field exactly...