- 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.
- Django開發從入門到實踐
- Architecting the Industrial Internet
- Oracle 12c中文版數據庫管理、應用與開發實踐教程 (清華電腦學堂)
- 深度強化學習算法與實踐:基于PyTorch的實現
- Learning Apache Kafka(Second Edition)
- Modern JavaScript Applications
- PrimeFaces Blueprints
- 零基礎學Java第2版
- Web開發新體驗
- Flutter之旅
- 計算機應用基礎
- Test-Driven iOS Development with Swift 4(Third Edition)
- Scratch 3少兒交互式游戲編程一本通
- Microsoft Hyper-V PowerShell Automation
- 跟著迪哥學Python數據分析與機器學習實戰