Google recently rolled out Nearby API, allowing nearby devices to message to each other. When I saw that, I thought, party game!
Friend Spell
The goal of Friend Spell is to spell different words with the first letters of the names of your friends. In the example, Chris, Amy and Rae spell the word CAR
. If you need to spell TAXI
but Xavier isn't in the room, you can find any 4 people instead.
Download from Google Play:
play.google.com/store/apps/details?id=com.sqisland.friendspell
Open source
I have decided to open source the game so people can study an end-to-end app, complete with tests.
github.com/chiuki/friendspell
I did not check in my Nearby API and Google Plus credentials though, so you'll have to add your own com.google.android.nearby.messages.API_KEY
in AndroidManifest.xml
as well as app/google-services.json
file. Refer to the Nearby API and Google Plus documentation for more information.
Technologies used in the project:
- Google Nearby
- Google Plus
- Dagger 2
- Espresso 2
- Mockito
- VectorDrawableCompat
- Noto emoji
- Picasso
- GSON
- Cupboard
- Timber
- Butterknife
Droidcon NYC
Please download Friend Spell and try it out, especially if you are attending Droidcon NYC this week. I'd love to see it in action at a conference!
No comments:
Post a Comment
Inline coding questions will not be answsered. Instead, ask on StackOverflow and put the link in the comment.