Demonstrates use of the Nearby.Messages API for communicating between devices within close proximity of each other.
This sample allows a user to publish a message to nearby devices, and subscribe to messages published by those devices.
To run this sample, use two or more devices to publish and subscribe messages.
This sample uses the Gradle build system. To build this project, use the "gradlew build" command. Or, use "Import Project" in Android Studio.
To use this sample, follow the following steps:
-
Create a project on Google Developer Console. Or, use an existing project.
-
Click on
APIs & auth -> APIs
, and enableNearby Messages API
. -
Click on
Credentials
, then click onCreate new key
, and pickAndroid key
. Then register your Android app's SHA1 certificate fingerprint and package name for your app. Usecom.google.android.gms.nearby.messages.samples.nearbydevices
for the package name. -
Copy the API key generated, and paste it in
AndroidManifest.xml
.
- Stack Overflow: http://stackoverflow.com/questions/tagged/google-play-services
If you've found an error in these samples, please file an issue in this repo.
Patches are encouraged, and may be submitted according to the instructions in CONTRIBUTING.md.
Please read and follow the steps in the CONTRIBUTING.md