You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The app allows the user to display a sorted list of selected stocks. List entries include the stock symbol (and company name),
the current price, the daily price change amount and price percent change.
The stocks data is collected using REST APIs like stocksearch api and iextrading api in JSON format. This data is parsed and then stored in the database.
Screenshots
Download and extract zip to run.
Android Studio, Java, JSON, SQLite Database
About
The app allows the user to display a sorted list of selected stocks. List entries include the stock symbol (and company name), the current price, the daily price change amount and price percent change.