I spent a couple of hours looking at Android Wear last night, using emulator images.
Looks good. There is an easy way to interact with the watch right from an Android app (no surprise there), and -- and this is important -- I won't have to write my own app that runs on the watch (wouldn't be a problem anyway, since these watches run a flavor of Android).
However, creating a good experience, I mean better than just mirroring status bar notifications from the "main" device (which the system already does automatically), is going to be a bit of work.
At the very least, I'd like to implement the "Card Stack" UI:
https://developer.android.com/design/wear/patterns.htmlI'm going to try to work on this after "swipe stuff to do stuff" that I've got planned, and I'm giving it higher priority than supporting Samsung's Gear 2 / Gear 2 Neo.
Reasons:
- For the Gear 2, it's necessary to write an application that runs on the watch itself, using an as yet unfamiliar to me Tizen OS
- Samsung now has an Android Wear device too. Is Tizen even going to be around much longer?
Supporting both would be great, but I've got to prioritize.