Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 480 Bytes

File metadata and controls

10 lines (9 loc) · 480 Bytes

architectural-patterns

This is repository of http://androidcode.pl blog architectural patterns section. It shows uses of architectural patterns in Android. Posts about architectural patterns from this repository can be found at http://androidcode.pl/blog/

This repository contains the following architectural patterns:

  • MVC (Model-View-Controller)
  • MVP (Model-View-Presenter)
  • MVVM (Model-View-ViewModel)
  • MVI (Model-View-Intent)
  • Single Activity App
  • Clean Architecture