Skip to content

Instantly share code, notes, and snippets.

@AkshayChordiya
Created February 24, 2018 14:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save AkshayChordiya/30043d430b4f0967068afe4428367ff4 to your computer and use it in GitHub Desktop.
Save AkshayChordiya/30043d430b4f0967068afe4428367ff4 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