Udacity Android Nanodegree - StockHawk - Meets Specifications
StockHawk helps users to explore market share, analyze graphs about stocks. Several Fields such as Stock Symbol, Stock Name, Stock Percentage Change, Stock Bid Price,Stock Earnings per Share, Market Capitalization, Stock Currency, Stock Last Trading Date, Day's High, Day's Low, Year's High, Year's Low of Stocks. is being displayed. It has a transparent widget which makes it look stylish. It is accomplished for Udacity Android NanoDegree Project - 3
- Shows Stocks in a Recyclable Listview based on user selection of the category.
- Stocks can be swiped away to remove or delete it
- Requires the internet to update the stock each hour
- Plots Line Graph for better visualization
- Displays Additional info like Name, Earnings per Share, Market Capitalization, Currency, LastTrading Date, Day's High & Low, Year's High & Low
- Supports Widget for better productivity
Devices Running Lollipop (API 21) or above are supported
##Libraries Used
Volley - http://developer.android.com/training/volley/index.html
MPAndroidChart - https://github.com/PhilJay/MPAndroidChart
Butterknife - https://github.com/JakeWharton/butterknife
OkHTTP - https://github.com/square/okhttp
Schematic - https://github.com/SimonVT/schematic
Thanks to Yahoo Finance for providing the data.