This deck is showing some of the new features introduced with the version 2.0 of Android Wear, including:
- new notifications design and user interactions
- standalone wearable applications
- new UI elements
- Complications API
long eventTime) { ... // get the complication data related to the tapped placeholder ... if (complicationData.getTapAction() != null) { try { complicationData.getTapAction().send(); } catch (PendingIntent.CanceledException e) { Log.d(TAG, "On complication tap action error " + e); } } }