Model View Presenter for Android
Details
When testing your app it can be hard when most of the code deals with setting your views from lifecycle objects. Learn how to encapsulate your view management code in a way that encourages testing and declutters your Activities and Fragments.