Skip to content

jkozh/stockhawk

Repository files navigation

Udacity Stock Hawk

The purpose of this project was to productionize an app, taking it from a functional state to a production-ready state. Finding and handling error cases, adding accessibility features, allowing for localization, adding a widget, and adding a library.

Screenshots

Gradle

compile 'com.android.support:appcompat-v7:25.0.1'
compile 'com.android.support:recyclerview-v7:25.0.1'
compile 'com.android.support:design:25.0.1'
compile 'com.jakewharton:butterknife:8.4.0'
apt 'com.jakewharton:butterknife-compiler:8.4.0'
compile 'com.google.guava:guava:19.0'
compile 'com.squareup.okio:okio:1.11.0'
compile 'com.squareup.okhttp3:okhttp:3.4.2'
compile 'com.yahoofinance-api:YahooFinanceAPI:3.5.0'
compile 'com.jakewharton.timber:timber:4.3.1'
compile 'net.sf.opencsv:opencsv:2.3'
compile 'com.github.PhilJay:MPAndroidChart:v3.0.0'
compile 'com.facebook.stetho:stetho:1.4.1'

Powered By

License

Copyright 2016 Julia Kozhukhovskaya

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

App for Android Developer Nanodegree program. Stock Hawk was partially written. The task is to diagnose problems and practice improving apps.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages