-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Rahil Ali edited this page Feb 21, 2018
·
1 revision
Android Architecture - MVP + Clean Architecture MVP: Model View Presenter pattern. Domain: Holds all business logic. The domain layer starts with classes named use cases or interactors used by the application presenters. These use cases represent all the possible actions a developer can perform from the presentation layer. Repository: Repository pattern from the base sample.