Created
February 24, 2018 14:44
-
-
Save AkshayChordiya/30043d430b4f0967068afe4428367ff4 to your computer and use it in GitHub Desktop.
Android Architecture Guidelines Cheatsheet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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