Wearable Notifications
Wearable
com.example.android.support.wearable.notifications
18
23
22
true
PUBLISHED
Wearable
Android
Java
Mobile
INTERMEDIATE
screenshots/ic_launcher.png
screenshots/companion-content-action.png
screenshots/content-action
screenshots/content-icon-menu
android.app.Notification
android.support.v4.app.NotificationCompat
android.support.v4.app.NotificationManagerCompat
android.support.v4.app.RemoteInput
android.support.wearable.view.WearableListView
This sample showcases the available notification styles on a device and wearable.
This sample app enables the user to choose a notification type (the selection is done on the phone),
which it then displays on the phone and wearable. The notification is built using
[NotificationCompat.Builder][1] and [NotificationCompat.WearableExtender][2].
See [Creating a Notification][3] for all the details on how to create a notification with wearable features.
On the wearable side, the sample also shows how to create a custom layout using [WearableListView][4].
[1]: http://developer.android.com/reference/android/support/v4/app/NotificationCompat.Builder.html
[2]: https://developer.android.com/reference/android/support/v4/app/NotificationCompat.WearableExtender.html
[3]: https://developer.android.com/training/wearables/notifications/creating.html
[4]: https://developer.android.com/training/wearables/apps/layouts.html#UiLibrary