-
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.
Merge pull request #1 from Juandesi/adding-voice-input
Adding voice input
- Loading branch information
Showing
10 changed files
with
195 additions
and
295 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 |
---|---|---|
|
@@ -13,6 +13,7 @@ | |
hs_err_pid* | ||
|
||
# IDE | ||
local.properties | ||
*.iml | ||
.idea/ | ||
.gradle/ | ||
|
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. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.