Android Mobile Application Stock Wallet
https://api.iextrading.com/1.0/
https://iextrading.com/developer/docs/
Format for branch: Type/AVB-####-description
Types include:
- Feature
- Bugfix
- Task
AVB stands for Anua Vinci Branch
Example: Feature/AVB-1234-This-is-an-example-branch
When calling a GET request for stock symbols to display, the IEX Trading takes in the stock symbols with a comma delimiter (',').
Example: "aapl,aap,fb,tsla,crsp"
In the StockDisplayActivity.java, the string is parsed and mapped to display the appropriate stocks in the RecyclerView
Ability to click on stocks and display more information.Ability to add stocks to default list to be displayed.Ability to delete stocks from default list to be displayed.Query name of Company and stock symbolSplash Screen- Navigation Drawer
- Give user ability to log out
- Give user ability to create bug ticket
Filter query for only tech companies- Error screens
- About us pages