https://github.com/parvez3019/stockhawk
Stock Hawk is the P3 project in Udacity's Android Developer Nanodegree.
https://github.com/parvez3019/stockhawk
Last synced: about 1 year ago
JSON representation
Stock Hawk is the P3 project in Udacity's Android Developer Nanodegree.
- Host: GitHub
- URL: https://github.com/parvez3019/stockhawk
- Owner: parvez3019
- Created: 2016-06-15T20:45:26.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-17T11:44:31.000Z (almost 10 years ago)
- Last Synced: 2024-10-12T00:41:01.459Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 1.23 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StockHawk
Stock Hawk is the P3 project in Udacity's Android Developer Nanodegree.
###Project Overview
You will productionize an app, taking it from a functional state to a production-ready state.
This will involve finding and handling error cases, adding accessibility features, allowing for localization, adding a widget, and adding a library.
###Rubric
####Required Components
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.
###Screenshots



