StockInvestingApp

Requirements:

  • At least one listing screen (recommended to use RecyclerView)

  • A networking component (recommended to use Retrofit) for retrieving data from a REST API

  • A database component (recommended to use Room) for local caching of data (your app must work offline)

  • Implement the MVVM architecture presented at the labs.

Note: Available APIs: https://github.com/public-apis/public-apis

App: