/workrise-android

workrise - dairy report app

Primary LanguageKotlin

Workrise - Android

Architecture

MVP + DDD

  • presentation > Presentation & Application
    • fragment or activity
    • presenter
  • usecase > UseCases
    • useCase
  • domain > Domain
    • model
      • entity
      • identifier
      • value
    • service
    • repository
  • infrastructure > Infrastructure
    • sql
      • dao
    • pref
      • dao
    • view