/Advanced_Android_Development

Android wear analog watchface with data from sunshine application

Primary LanguageJavaApache License 2.0Apache-2.0

Advanced Android Sample App

Part of udacity android nanodegree project p6

Synchronizes weather information from OpenWeatherMap on Android Phones and Tablets. Used in the Udacity Advanced Android course.

Overview

This project takes data from the sunshine applicaiton and displays information in a analog watchface. It shows the max and min tempratures as well as an icon for the weather condition. A data item sends the required information to the watchface service.

Rubric for evaluation

  • App works on both round and square face watches.
  • App displays the current time.
  • App displays the high and low temperatures.
  • App displays a graphic that summarizes the day’s weather (e.g., a sunny image, rainy image, cloudy image, etc.).
  • Watch face obtains weather data by talking with a copy of Sunshine running on a device paired to the watch.

Screenshots

Square watch face

screenshot_1480179123

Round watch face

screenshot_1480179133

License

Copyright 2015 The Android Open Source Project, Inc.

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.