soundcloud / lightcycle

LightCycle lets self-contained classes respond to Android’s lifecycle events
http://soundcloud.github.io/lightcycle/
Apache License 2.0
705 stars 55 forks source link

LightCycles don’t need to know about android. #87

Closed glung closed 7 years ago

glung commented 7 years ago

For applications, it allows presenters (LightCycles) to use views - which can be implemented by Fragment or Activity classes.

https://github.com/soundcloud/lightcycle/issues/48

NikoYuwono commented 7 years ago

Just for confirmation, the view here is view in MV* Architecture right? not Android View? While in this topic, do you think supporting Android View would be a good option?

glung commented 7 years ago

@NikoYuwono

Long story short, it is not part of the V2 roadmap as of now.

NikoYuwono commented 7 years ago

@glung

Thanks for the reply!

luispereira commented 7 years ago

Can you release this, since there are more people looking for this feature?

glung commented 7 years ago

Check 1.6.0. I will communicate the release after more testing but you can already use it