-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
JuanDesi
committed
Apr 25, 2015
1 parent
687ce8d
commit f1466c5
Showing
1 changed file
with
21 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,23 @@ | ||
# Wearable Message Api Example | ||
# Wear Voice to Phone | ||
|
||
The example of using Android Wearable Message Api to exchange messages between mobile and wearable applications. | ||
This apps make possible to consume voice input from an Android Wearable Device and send the message to a mobile application for later processing. | ||
|
||
## Project. | ||
You can open this project directly from Android Studio. | ||
|
||
The project contains two applications: | ||
* Wear App | ||
* Mobile App | ||
|
||
## Use | ||
|
||
* Open the wear app and the mobile app | ||
* Send Voice Messages from the wear device. | ||
* See the result in your phone where the mobile app is running. | ||
* Done :D | ||
|
||
## Contents | ||
* Creating Wearable Message, | ||
* Sending Wearable Message, | ||
* Listening for Wearable Messages using Wearable MessageListener. | ||
|
||
The example includes: | ||
- Creating Wearable Message, | ||
- Sending Wearable Message, | ||
- Listening for Wearable Messages using Wearable MessageListener. |