Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parvez3019/stockhawk
Stock Hawk is the P3 project in Udacity's Android Developer Nanodegree.
https://github.com/parvez3019/stockhawk
Last synced: 13 days 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-17T11:44:31.000Z (over 8 years ago)
- Last Synced: 2024-10-12T00:41:01.459Z (3 months 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 ComponentsEach 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
![screenshot1](https://cloud.githubusercontent.com/assets/10362597/16149414/39e87fc0-34ae-11e6-947b-815bb862c292.png)
![screenshot from 2016-06-17 17 03 03](https://cloud.githubusercontent.com/assets/10362597/16149415/3a5a0e24-34ae-11e6-9015-09bc0e1ce11a.png)
![screenshot from 2016-06-17 17 03 11](https://cloud.githubusercontent.com/assets/10362597/16149417/3a7ffa76-34ae-11e6-80c4-522d646fab25.png)
![screenshot from 2016-06-17 17 03 33](https://cloud.githubusercontent.com/assets/10362597/16149416/3a649e5c-34ae-11e6-9378-d8e7715af582.png)