Skip to content

The Task Create an application that displays the weather for Sunnyvale, CA. Please use the following URL for getting the data. http://weather.yahooapis.com/forecastrss?w=2502265 When the application launches, it will display the weather information by day and the last time the API was polled. The app must keep track of the last API poll and stor…

Notifications You must be signed in to change notification settings

NoahFisher/Android-Evaluation

Repository files navigation

README
======

This app accomplishes the following: 

-- Downloads an XML feed from Yahoo Weather for the weather for Sunnyvale, CA.

-- Parses the XML feed, combines feed elements with HTML markup, and displays the resulting HTML in the UI. The results were chosen to be displayed this way for simplicity and speed of development. 

-- Detects when there is a change in the device's connection status and responds accordingly. For example, if the device loses its network connection, the app will not attempt to download the feed.

About

The Task Create an application that displays the weather for Sunnyvale, CA. Please use the following URL for getting the data. http://weather.yahooapis.com/forecastrss?w=2502265 When the application launches, it will display the weather information by day and the last time the API was polled. The app must keep track of the last API poll and stor…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages