Skip to content

Commit 2ffee60

Browse files
authored
Update README.md
1 parent 0b599da commit 2ffee60

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
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.
44

5+
Project maintainer: [gregpearce](https://github.com/gregpearce).
6+
57
The basic components of the Conductor framework architecture [are outlined here](https://github.com/bluelinelabs/Conductor#components-to-know).
68

79
`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

Comments
 (0)