Android Wear sample app. The app:
- Schdules an alarm to run every 15 mins
- Makes a network request to get a json object from Dropbox
- Makes an Android Wear and Android notfication with two actions
- Process the actions and dismisses the notifications
To run the sample:
- Clone the repo
- Create an Android Wear emulator using AVD
- Download the Android Wear Beta app from Google Play (requires approval to beta group)
- Connect the Android Wear emulator to your usb device running the Android Wear Beta App with: ./adb -d forward tcp:5601 tcp:5601
- Run the sample