1

I want to have a button on Android wear which clicked will send some data onto the paired mobile. I know how to call an event from mobile to wear using MessageApi. However I cant do the reverse.

Please help. Thank You

reVerse
  • 35,075
  • 22
  • 89
  • 84
user3921255
  • 41
  • 1
  • 2
  • 5
  • 2
    Did you check [this](http://stackoverflow.com/questions/24595170/sending-messages-from-android-wear-to-host-device)? It might help. – MysticMagicϡ Aug 26 '14 at 11:44
  • Sending data from Wearable app to mobile is done the same way as the opposite. Just swap the roles. Please also see a working code posted in my answer here. http://stackoverflow.com/a/24711474/3827276. It demonstrates exactly your case - to send message from Android Wear (after clicking a button) and receive it on Android Phone. – Maciej Ciemięga Aug 26 '14 at 13:44
  • thanks. it is exactly the reverse. – user3921255 Aug 28 '14 at 06:46

1 Answers1

0

This is done in the same way. It doesn't matter which direction you are going.

barkside
  • 3,951
  • 4
  • 23
  • 32