Skip to content

Files

Latest commit

bf771cd · May 20, 2016

History

History
33 lines (19 loc) · 1.36 KB

README.md

File metadata and controls

33 lines (19 loc) · 1.36 KB

Go Ubiquitous

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 DataApi using 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 CapabilityApi and MessageApi

Screenshots

Screenshot of square Watchface Screenshot of square Watchface in ambient mode

Screenshot of round Watchface with chin Screenshot of round Watchface with chin in ambient mode

Screenshot of round Watchface Screenshot of round Watchface in ambient mode

Configuration

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>"