Android Architecture Guidelines Cheatsheet
Component | Action | |
---|---|---|
UI Controllers (Activity and Fragment) | Only UI related logic | |
ViewModel | Container for data required by UI | |
Repository | Single source of truth for data | |
Room | Local Database | |
Retrofit | Web Service |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment