You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
Based on the [TODO-MVP](https://github.com/googlesamples/android-architecture/tree/todo-mvp/todoapp) sample and uses the [Conductor](https://github.com/bluelinelabs/Conductor) framework to refactor to a single Activity architecture.
The basic components of the Conductor framework architecture [are outlined here](https://github.com/bluelinelabs/Conductor#components-to-know).
6
8
7
9
`Activity` and `Fragment` are replaced with `Controller` classes, which have a simpler lifecycle [outlined in the Conductor documentation](https://github.com/bluelinelabs/Conductor#controller-lifecycle). All classes below the View layer stayed the same as in the original TODO-MVP app.
0 commit comments