Slide 5
Slide 5 text
Android’s architecture
• First, view and data are changed in controllers
• MVP, presenter operate encapsulated view
• MVVM , view subscribe to model change
• Event Bus ,Rx, publish subscribe….
• concept : isolation of change, separation of
concerns