This project adds an Android Wear Watchface to the given Weather App "Sunshine" (Udacity Nanodegree Project 6).
Implemented enhancements:
- Digital Watchface displaying time, date, weekday, high-/low-Temperature and a weather indicator icon
- additional update of the wearable via
DataApiusing data items when the app synchronizes the weather data - storage of received weather data from handheld to
SharedPreferences - request for synchronization from wearable to handheld using messages with
CapabilityApiandMessageApi
Add your personal api key for http://openweathermap.org/ to
local.properties before building the app.
Please add following line:
MyOpenWeatherMapApiKey="<MY_PERSONAL_API_KEY>"





