Architecture Pattern

Architecture patterns help us in the separation of concerns and make our code more testable and maintainable.

Here are different types of Architecture Patterns:

  1. MVC

  2. MVP

  3. MVVM

  4. MVI

  5. X with Clean Architecture

Last updated