Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 929 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 929 Bytes

FREEPLAY

Project explanation

This project was written to test MVVM pattern and clean architecture and jetpack compose toolkit.

Data in this project is pulled from a remote server by retrofit.

Project features

  • Flow : Flow is conceptually a stream of data that can be computed asynchronously.
  • MVVM with Clean architecture
  • Hilt for dependency injection
  • Navigation Compose
  • Retrofit

Project UI