Questions tagged [android-wear-notification]

When an Android handheld device and Android Wear are connected, the handheld device will automatically share notifications with the Android Wear device.

When an Android handheld device and Android Wear are connected via Bluetooth, the handheld device will automatically share notifications with the Android Wear device.

Documentation

106 questions
0
votes
1 answer

Notification created within wear app doesn't display on Android smartwatch

I have been working on this all day and can't figure out where the disconnect is. Please find below my wear app method in which I call the notification request from a broadcast receiver: private void createWearNotification(final String…
Mike
  • 1,590
  • 8
  • 27
  • 41
0
votes
1 answer

Android Wear 2.0 activity stack & notifications

Currently working a music player app for Androdi Wear 2.0, which has the followings activities: Library Playlists Playlist NowPlaying The user opens the app and sees Library and then navigates to Playlists picks a specific Playlist and taps…
seahorsepip
  • 4,519
  • 1
  • 19
  • 30
0
votes
1 answer

Incomingcall notification is not displayed in android wear device

i am using android wear emulator with real device which is already connected.Android wear displayed my message notification but i can not receive any notification when i receive incoming call... So basically how receive incoming calls with…
9spl
  • 357
  • 1
  • 11
0
votes
1 answer

WearableSensorListener onDataChanged is never called

I started working on Android devices recently and I'd like to collect sensor data from an Android Watch. I succeeded in using Message API but the Data API didn't work for me. I have checked: https://stackoverflow.com/a/34175410/2487227 OnDataChanged…
Frederick Zhang
  • 3,593
  • 4
  • 32
  • 54
0
votes
1 answer

How to install apk wear emulator via Android mobile device

I am trying to install wear apk into wear emulator via USB mobile device. I created the wear apk having the same package name and added the signed wear apk into the raw folder of the device sdk. Also add the XML:
0
votes
1 answer

Android Wear: Can I change the look of the peak card?

I have started creating a watch face. I wish to change the peek card to a custom image. In the image you see a red circle around the part I wish to change. I want to make a person pop up at the bottom of the screen so the user know's he has a…
Bryan Baan
  • 61
  • 6
0
votes
1 answer

Xamarin Android Wear: Get the currently clicked Notification ID

I tried to use PutExtra & GetIntExtra, But the notification id is always overwritten by the last notification, All the notification value is the same. Please tell me how to solve it, Thanks in advance! Intent actionIntent = new Intent(this,…
0
votes
1 answer

Android Wear Intent from notification not firing

I am writing a small Android Wear App, and part of what it does is creating an ongoing notification with two actions: 1. Open the app again. 2. Close (clear the state) of the app. The first action (open) works perfectly (ie.: I press the button, the…
Undo
  • 1,165
  • 2
  • 10
  • 15
0
votes
0 answers

How to launch android wear service app?

As you know, after the wear app installed through mobile app, a notification appears on watch screen that shows: App Installed. Touch to Start. but if the app be a service application, it didn't start by touching the notification. so how can…
0
votes
1 answer

Only the notification from my mobile app doesnt appear in watch Android wear

I am using LG Watch Urban. I have successfully connected the watch with the phone and the watch is showing all the notification from gmail, linkedin and other apps. I wrote a mobile application, to send notification. But this notification does not…
praneel
  • 241
  • 2
  • 14
0
votes
1 answer

Android Wear Notification Layout - two lines in peek and ambient

I've noticed that Weather Timeline (for instance) displays notifications with two lines in both peek and ambient. I would like to replicate this for my requirements, but I'm not able to do so. I've tried InboxStyle and BigTextStyle to no avail. The…
0
votes
1 answer

Send messages to an Android Wearable

I want to send a messsage to two different Android Smart-Watches. On the mobile side the Wearable.MessageApi.sendMessage gets called and the sendMessageResult.getStatus().isSuccess() is true, so the sending of the message should work. The problem…
jdschin
  • 11
  • 2
0
votes
1 answer

How to connect android apps to wearable apps?

I am currently working on Android Wearable application but i am quite beginner to wearable application, i have one small doubt which i need to rectify. So i have one screen with button on my mobile apps, so if i press the button then i want the…
Anshuman Pattnaik
  • 883
  • 3
  • 16
  • 37
0
votes
1 answer

Android Wear Need to show notification on wear when the device is getting paired to wear

Please say how we can show notification on android as soon as the wear is paired to device, like the weather notification from google. Thanks
Mobile Dev
  • 70
  • 5
0
votes
1 answer

Is it possible to create custom Android Wear notifications?

I have been doing lots of research trying to figure out if it is possible to create wear notifications with custom layouts over the past few months, but am struggling to find a solution. I have tried to implement the following suggestions to no…
user3712663
  • 21
  • 1
  • 4