Skip to content

Add an Android Wear Watchface to Weather App "Sunshine" (Udacity Nanodegree Project 6)

License

Notifications You must be signed in to change notification settings

h3u/GoUbiquitous

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Add an Android Wear Watchface to Weather App "Sunshine" (Udacity Nanodegree Project 6)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages