https://github.com/libhide/android-nd-project6
Project six for the Android Nano Degree offered by Google in collaboration with Udacity.
https://github.com/libhide/android-nd-project6
Last synced: about 1 year ago
JSON representation
Project six for the Android Nano Degree offered by Google in collaboration with Udacity.
- Host: GitHub
- URL: https://github.com/libhide/android-nd-project6
- Owner: libhide
- License: mit
- Created: 2016-11-18T08:11:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-18T08:22:31.000Z (over 9 years ago)
- Last Synced: 2025-02-09T11:11:26.868Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 1.2 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Android Nanodegree Project 6 – Go Ubiquitous
Objective: build a watch face for Android Wear so users can access Sunshine's weather information at a glance.
## Usage
1. Download or clone the project and open it with Android Studio.
2. Add a file called `gradle.properties` to the root of the project.
3. In that file, add `MyOpenWeatherMapApiKey="YOUR_API_KEY"`. You can get your own API key from openweathermap.org.
4. Sync gradle and you're all set!
## What Have I Done?
I have learnt following things:
* Understand the fundamentals of Android Wear.
* Design for multiple watch form factors.
* Communicate between a mobile device and a wearable device.
