The Wayback Machine - https://web.archive.org/web/20200911070707/https://github.com/jemshit/Android_Architecture_Notes
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

README.md

📘 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

1. Clean Architecture notes

General and Android specific

Presentation Patterns (Delivery Mechanisms)

1. MVC notes

This is not Android specific note, but MVC variants in general. So difference between these patterns can be seen.

2. MVP notes

Especially from Android perspective

3. MVVM notes

Not ready yet

4. Pattern Differences note

MVC vs MVP vs MVVM


You can’t perform that action at this time.