Skip to content

jemshit/Android_Architecture_Notes

Repository files navigation

📘 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

General and Android specific

Presentation Patterns (Delivery Mechanisms)

This is MVC variants in general (not Android specific), so difference between these patterns can be seen.

MVP in general and from Android perspective

MVVM in general and from Android perspective

MVC vs MVP vs MVVM