daniellehrner / stockhawk

Part 3 of the Udacity Android Developer Nanodegree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stock Hawk

Stockhawk video demonstration

Part of the Udacity Android Developer Nanodegree. The app was created by another student and is debugged and extended by me. The files added by me can be found under this link.

Required extensions

  • Each stock quote on the main screen is clickable and leads to a new screen which graphs the stock’s value over time. ✅
  • Stock Hawk does not crash when a user searches for a non-existent stock. ✅
  • Stock Hawk Stocks can be displayed in a collection widget. ✅
  • Stock Hawk app has content descriptions for all buttons. ✅
  • Stock Hawk app supports layout mirroring using both the LTR attribute and the start/end tags. ✅
  • Strings are all included in the strings.xml file and untranslatable strings have a translatable tag marked to false. ✅
  • Stock Hawk displays a default text on screen when offline, to inform users that the list is empty or out of date. ✅

Used libraries

App

Instrumentation Tests

Unit tests

About

Part 3 of the Udacity Android Developer Nanodegree


Languages

Language:Java 100.0%