Stock Tracker is an open source app that shows you the realtime current stock price, lowest intraday price, highest intraday price and historical data for the selected stock. It is based on the data provided from https://www.alphavantage.co/.
Some examples of the stock symbols you can enter
MSFT
GOOG
MCD
BAC
NSE:HDFC
Please refer to https://www.alphavantage.co/ for more information on how to prefix stock market codes.
This app is meant to showcase MVP Android architecture with RxAndroid, Retrofit 2.0, ButterKnife.
Check out the source code at https://github.com/sakshamdhawan22/Android-MVP-RX-DEMO
Some examples of the stock symbols you can enter
MSFT
GOOG
MCD
BAC
NSE:HDFC
Please refer to https://www.alphavantage.co/ for more information on how to prefix stock market codes.
This app is meant to showcase MVP Android architecture with RxAndroid, Retrofit 2.0, ButterKnife.
Check out the source code at https://github.com/sakshamdhawan22/Android-MVP-RX-DEMO
Show More