Let's Start With Unit Testing
• Typical Activity Class
• Data retrieval
• Data manipulation and decoration
• UI-specific activities like rendering,
painting, responding to user events, and
the creation of fragments.
• One class does all work
• Massive Activity, Massive Fragment,
Massive ViewController