Skip to content

Latest commit

 

History

History
68 lines (36 loc) · 3.2 KB

README.md

File metadata and controls

68 lines (36 loc) · 3.2 KB

Stockify

Stockify is an android application that allows those who are new to the stock world to dip their feet into the trading & investment world.

Built with: Alpha Vantage, Financial Modeling Prep, Newsdata.io, and Firebase.

Features:

  • The latest stock market headlines and stories, so you can keep up with all of the buzzing news on Wall Street.
  • Ticker Symbol Search Feature: users can search by company names (i.e.; Starbucks, Microsoft, Target, Apple, etc.) to get a list of possible ticker symbols (SBUX, MSFT, TGT, AAPL, etc.)
  • Users can also search for any stock they want by the ticker symbol. After doing this, the user will have a generated graph, which depicts a 2 day trend of the stock they are interested in (compares yesterday's high to today's current price of the stock).
    • It's color coded, so the user can see if it is a positive trend (green), or negative trend (red)
  • Users can save any news headlines that they want.
  • These articles are connected to firebase, and the saved headlines are displayed in the "Saved" section of the app, where a list of all the headines saved will appear.

GraphView: https://github.com/jjoe64/GraphView


Splash Screen:


Home Screen (Headlines):


News Activity Example:

In the top right, there is a Floating Action Button, which users can click to save the headline displayed.

Note that the image loaded at the top is either a generic wall street image, or the actual image used by the news article. However, sometimes the Newsdata.io API doesn't provide the image URL, so I can't load anything with Picasso. In that case, I load a generic wall street image.

Piccaso: https://square.github.io/picasso/


Ticker Search:


Stock Data Search:

(Note that this search is not case-sensitive, so users can type in all lowercase if they want)


Firebase: