๐ Android Architecture, Pattern Notes
Derived from many blog posts, websites, online discussions and experiences. Even after writing a lot of applications, one may forget reasons of used techniques (why i did this, or what is benefit of this pattern...). Reason for this may be copy pasting some of your own code after writing once.
This repo aims to be note to lookup for below topics. It can also be good reference when trying to explain these topics to colleagues.
Architectures
Clean Architecture notes
1.General and Android specific
Presentation Patterns (Delivery Mechanisms)
MVC notes
1.This is MVC variants in general (not Android specific), so difference between these patterns can be seen.
MVP notes
2.MVP in general and from Android perspective
MVVM notes
3.MVVM in general and from Android perspective
Pattern Differences note
4.MVC vs MVP vs MVVM