Skip to content

jemshit/Android_Architecture_Notes

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

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

๐Ÿ“˜ 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 MVC variants in general (not Android specific), so difference between these patterns can be seen.

2. MVP notes

MVP in general and from Android perspective

3. MVVM notes

MVVM in general and from Android perspective

4. Pattern Differences note

MVC vs MVP vs MVVM