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
• All methods are intertwined • Doing everything everywhere • I need API provider • I need SQLite • I need to convert from datamodel to viewmodel • Mocking cannot rescue