An open API service indexing awesome lists of open source software.

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.

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.

![Sunshine Watchface](wear/src/main/res/drawable-nodpi/preview.png)