Skip to content

rznkolds/FREEPLAY

Repository files navigation

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