Skip to content

Instantly share code, notes, and snippets.

@smyykb
Forked from AkshayChordiya/components-action.csv
Created March 14, 2018 06:45
Show Gist options
  • Save smyykb/b4a8ee788d7d5d7f156f0b86b9f2ef77 to your computer and use it in GitHub Desktop.
Save smyykb/b4a8ee788d7d5d7f156f0b86b9f2ef77 to your computer and use it in GitHub Desktop.
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