Skip to content
Khoi edited this page Feb 11, 2021 · 15 revisions

Welcome to the myrun wiki!

Modules

849f2ea6c8a5db9c

:app

  • Application module
  • Presentation layer: Activity, Fragment, View, ViewModel, Service, Worker...

:domain

  • Library module
  • Business logic: Use cases

:data

  • Library module
  • Data layer contract: Repository, Datasource interfaces, Models

:data-impl

  • Library module
  • Implementation of data layer using: Retrofit, Firebase, Room...
Clone this wiki locally