This is an Android app that shows current weather and predicts climatic conditions for a particular pin code or area which could be changed in the settings. The weather data is provided by Openweathermap API. It includes a detailed view of Windspeed, direction , Pressure and humidity. This includes a watch face that is automatically installed in the android wear when the user installs Sunshine App on the phone.
##What is it?
This is an Android wear watch face for an existing Android weather app.
##Why this Project?
Android Wear is an exciting way to integrate your app more directly into users’ lives. As a new developer, it will be important for you to understand how to perform this integration. This project gives you an opportunity to design a companion app for Sunshine, tying it to a watch face in order to enrich the experience.
##Platform and Libraries Used
- Build Tools version 23.0.3
- Android Support AppCompat 23.2.1
- Android Support Annotations 23.2.1
- Android Support GridLayout 23.2.1
- Android Support CardView 23.2.1
- Android Support Design 23.2.1
- Android Support RecyclerView 23.2.1
- Google Play Services GCM 8.4.0
- Google Play Services Wearable 8.4.0
- BumpTech Glide 3.5.2
In order for the Sunshine app to function properly an API key for openweathermap.org must be included with the build.
Include the API key for the build by adding the following line to [USER_HOME]/.gradle/gradle.properties
MyOpenWeatherMapApiKey="<UNIQUE_API_KEY">
Devices Running Kitkat (API 19) or above are supported
##Attribution
The weather data is provided by the Open Weather Map API
The weather app code was provided by [Udacity](https://github.com/udacity/
Advanced_Android_Development/tree/7.05_Pretty_Wallpaper_Time).