doridori / Pilot

An android.* decoupled application stack for Android
Apache License 2.0
116 stars 9 forks source link

Add note on presenter state handling #6

Closed doridori closed 8 years ago

doridori commented 9 years ago

Views can do this in onAttach / onDetach but controllers need to handle conveying current state at any point i.e. some controller methods may be missed. See Dynamo and others

doridori commented 8 years ago

duplicate