Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.28 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.28 KB

Stock Hawk (Android)

Application to crawl stock information using yahoo finance API

How to Contribute

Find any typos? Any ideas that you think they can help to improve the project? Contributions are welcome!

First, fork this repository.

Clone this repository in github for windows

Or clone this repository from command to make changes.

$ git clone git@github.com:theanh0512/NewStockHawk.git
$ cd NewStockHawk

Once you've pushed changes to your local repository, you can issue a pull request by clicking on the green pull request icon.

Libraries

  • 'com.android.support:recyclerview-v7:25.0.0'
  • 'com.android.support:design:25.0.0'
  • 'com.jakewharton:butterknife:8.1.0'
  • 'com.google.guava:guava:19.0'
  • 'com.squareup.okio:okio:1.8.0'
  • 'com.squareup.okhttp3:okhttp:3.3.1'
  • 'com.yahoofinance-api:YahooFinanceAPI:3.3.0'
  • 'com.jakewharton.timber:timber:4.1.2'
  • 'com.melnykov:floatingactionbutton:1.3.0'
  • 'net.sf.opencsv:opencsv:2.3'
  • 'com.github.PhilJay:MPAndroidChart:v2.2.5'
  • 'com.squareup.picasso:picasso:2.5.2'

License

The contents of this repository are covered under the Apache License 2.0.

alt tag