Skip to content
Rahil Ali edited this page Feb 21, 2018 · 1 revision

WeatherApp

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.

Clone this wiki locally