/Stock-Hawk

Stocks feed app utilising Yahoo Stocks API

Primary LanguageJava

StockHawk Android app

Stocks Feed app utilising the Yahoo Stocks API for the Udacity Android Developer Nanodegree project that demonstrates: Finding and handling error cases, adding accessibility features, allowing for localization, adding a widget, and adding a library.

Getting Started

  1. Download a copy of this repo
  2. Get an Yahoo Stocks API key
  3. Insert the key in "yql_api_key" string variable at strings.xml
  4. Replace any '&' symbol in the api with the '& a m p ;' without the spaces.
  5. compile and run the debug version on your phone.