StockPulse is an Android app that displays the latest news on stocks using AlphaVantage API. The app is built using Android Studio and utilizes Glide and Volley library to implement fetching and displaying of data.
- Latest news on stocks
- Detailed view of the news article
- Android Studio version 4.0 or higher
- Minimum Android SDK version 21
- Internet connectivity for fetching the news data
- Clone the project repository
- Open the project in Android Studio
- Build and run the app on an emulator or physical device
- Upon launching the app, the latest news on stocks will be displayed
- To view the full details of a news article, click on the article
- Glide: used to load and display images in the app
- Volley: used to fetch and parse data from AlphaVantage API
AlphaVantage API: used to fetch the latest news on stocks