My updates to the StockHawk app for Project 3 of the Udacity Android Developer Nanodegree.
The app improves upon Udacity StockHawk. The updates address the following required tasks for Project 3.
- 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 RTL 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.