Skip to content

sparjapati/Stock-App

Repository files navigation

Stock App

This app uses modern android view toolkit for UI, Room database for local caching and retrofit to get data from server, developed with MVVM architecture.

App Architecture

  • Data Layer -> Data layer uses retrofit and room database to provide latest stocks values in CSV format and parse data and store it.
  • Domain Layer -> It communicates between data layer and UI layer to provide only data that is used by UI layer(actually it provides abstraction between these two layers)
  • UI Layer -> This layer show latest data in excellent UI.

Library Used

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages