Skip to content

Latest commit

 

History

History
46 lines (38 loc) · 1.43 KB

README.md

File metadata and controls

46 lines (38 loc) · 1.43 KB

StockPulse

Overview:

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.

Features:

  • Latest news on stocks
  • Detailed view of the news article

Requirements:

  • Android Studio version 4.0 or higher
  • Minimum Android SDK version 21
  • Internet connectivity for fetching the news data

Installation:

  1. Clone the project repository
  2. Open the project in Android Studio
  3. Build and run the app on an emulator or physical device

Usage:

  1. Upon launching the app, the latest news on stocks will be displayed
  2. To view the full details of a news article, click on the article

Libraries Used:

  1. Glide: used to load and display images in the app
  2. Volley: used to fetch and parse data from AlphaVantage API

API Used:

AlphaVantage API: used to fetch the latest news on stocks

References