Skip to content

An android stock viewer for the Udacity's Android Nanodegree program

Notifications You must be signed in to change notification settings

paulnunezm/StockHawk

Repository files navigation

Stockhawk

An Android application for viewing and track your favorites Stocks! using data provided by Yahoo! Finance API.

1 2

This is an application for the Udacity Android Nanodegree program in which was needed to:
  • 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

Extras

  • 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.

About

An android stock viewer for the Udacity's Android Nanodegree program

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages