An Android application for viewing and track your favorites Stocks! using data provided by Yahoo! Finance API.
- Add enhancements to the base app in order to make it production ready
- Ensure that errors were handled gracefully
- Build a widget for the home screen
- Add support for screen readers making the application accessible
- Make optimizations for localization
- Visualize the stocks history
- Redesign the app's view
- Created custom views for the stock details views
##Libraries
- OkHttp As a Http client.
- Stetho For intercepting the data requested and view it with Chrome.
- Schematic To automatically generate a ContentProvider backed by an SQLite database.
- Joda-time To perform date based operations.
- Gson For parsing the network's JSON response.
- [Google Support Libraries] To use the grid layout and fab button.
- [Google Play Services] To create a scheduled task.

