- Android Wearable Programming
- Steven F. Daniel
- 169字
- 2021-07-16 13:31:44
Introducing Android notifications
Android notification is basically a way of communicating with the user. This is done by letting the user know of an upcoming appointment or of an incoming call or SMS message. The user can then decide how to respond to the option presented to him/her.
Notifications in wear are the result of events that happen on the paired smartphone, which are then mirrored on the wearable device, or contextual events like location-aware events or time, and date-based reminders. Android notification messaging works by communicating between the handheld device and wearable device over Bluetooth. When the connection has been established, the Google Play Service notification messages can be exchanged between the handheld device and the wearable. An example of a notification message that has been sent from the Android handheld device to the Android wearable can be seen in the following screenshot:

In the next sections, we will be taking a look at the different ways we can send notifications and how we can respond to them.
- Instant Typeahead.js
- HTML5游戲開發案例教程
- Java軟件開發基礎
- C語言程序設計
- 實戰Java高并發程序設計(第3版)
- C++面向對象程序設計習題解答與上機指導(第三版)
- Android程序設計基礎
- HTML5從入門到精通 (第2版)
- 深入分布式緩存:從原理到實踐
- Linux C編程:一站式學習
- Learning Modular Java Programming
- Building Dynamics CRM 2015 Dashboards with Power BI
- BeagleBone Robotic Projects(Second Edition)
- Test-Driven iOS Development with Swift
- Spark技術內幕:深入解析Spark內核架構設計與實現原理