A Stock Viewer Android App with the following features:
- Search stock by name or symbol
- Get all current details of the stock
- Get daily chart of the stock
- View interactive historic chart of the stock
- Post the stock details on Facebook
- Save the stock symbol in App
- View current news about that stock using Bing News
- Swipe to delete saved stock symbol
- My other project Stock Market Search has to be deployed on a web server for this app to work
- The apiurl variable in
\app\src\main\java\com\reverselabs\samplestock\MainActivity.java
has to updated with the URL where the above project has been deployed - The URL currently in the MainActivity.java file may or may not work
- The Network calls need to be moved to a separate thread to improve performance
- The confirmation box needs to be removed on deletion of a saved stock symbol
- Loading symbols need to be added when fetching data from server