Project owner: Manuel Jiménez
This sample is an adapted version of TODO-MVP without the use of Fragments. Changes are kept at a minimum to clearly see the difference between both versions.
The MVP View is now a class extending from android.View instead of a Fragment. The view is inserted directly into the activity's layout.
This approach could reduce the lifecycle complexity of an activity, since fragments live on top of them and also expose their own lifecycle.