Layers of Clean Architecture Presentation or APP: A layer that interacts with the UI, mainly Android Stuff like Activities, Fragments, ViewModel, etc . It would include both domain and data layers. Domain: Contains the business logic of the application. It is the individual and innermost module.