verindrarizya / NativeMobileTest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NativeMobileTest

Clean Architecture

  • Presentation Layer, contains UI that are coordinated by ViewModels which execute the use cases.
  • Domain Layer, completely pure kotlin module containing entities, use cases, & repository interfaces.
    ** Cheat a bit on this, cause this project use parcelable and implement it on the entities.
  • Data Layer, contains repository implementation.

Build With

About


Languages

Language:Kotlin 100.0%