This is a test project for Yandex Mobile Development School 2021.
The App dislays stock market data about company including current price, basic financials and logo.
Search
through tickers and company names
- List of
Favourite
companies
Detail View
with several financials for chosen company
Light/Dark appearance
inheriting from device theme
Alert notification
on errors (including connection loss and API requests limit)
-
Stock price
live updates
via WebSockets -
Caching
company cards in memory with CoreData -
Simple
animation
for favourite buttons
Stock data obtained from Finnhub Stock API.
Used requests:
- Link from Finnhub response
- UpLead