Skip to content

Syhids/android-architecture

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 

Repository files navigation

TODO-MVP Fragmentless

Project owner: Manuel Jiménez

Summary

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.

Implementation

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.

Purpose

This approach could reduce the lifecycle complexity of an activity, since fragments live on top of them and also expose their own lifecycle.

About

A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published