Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanDesi committed Apr 25, 2015
1 parent 687ce8d commit f1466c5
Showing 1 changed file with 21 additions and 6 deletions.
27 changes: 21 additions & 6 deletions README.md
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.

0 comments on commit f1466c5

Please sign in to comment.