简体   繁体   中英

Pushing notification from smartphone to smartwatch

I'm developing an application where the user can create his own tasks and then he gets a notification when the time comes. So my question is how to push these notifications to his smartwatch? do I really need to code something or just write some wearable features and then synchronize them by using Bluetooth?

You don't need to code anything Android Wear specific. Just use the NotificationCompat.Builder to build your notification on your phone and it will show up on your Android Wear device.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM