Skip to content

Uses: Internet, RecyclerView, Option-Menus, Multiple AsyncTasks, JSON Data, Swipe-Refresh, Dialogs, SQLite Database. Application Specifications: . This application 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 perce…

Notifications You must be signed in to change notification settings

PranithaN/Stock-Watch

Repository files navigation

Stock-Watch

Uses: Internet, RecyclerView, Option-Menus, Multiple AsyncTasks, JSON Data, Swipe-Refresh, Dialogs, SQLite Database. Application Specifications: . This application 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. -Different layout for landscape orientation in this application. - Selected stock symbols and the related names are stored in the device’s SQLite Database. - A Stock class represents each individual stock in the application. Required data includes: Stock Symbol (String), Company Name (String), Price (double), Price Change (double), and Change Percentage (double). - Clicking on a stock opens a browser displaying the Market Watch web page for that stock. -Swipe-Refresh (pull-down) refreshes stock data

About

Uses: Internet, RecyclerView, Option-Menus, Multiple AsyncTasks, JSON Data, Swipe-Refresh, Dialogs, SQLite Database. Application Specifications: . This application 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 perce…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages