We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right now RxLifecycle could be composed of two parts:
RxLifecycle
It'd be better if we split these into two modules, so people could use the lifecycle behavior separately from Android.
The text was updated successfully, but these errors were encountered:
👍 that's exactly what we did in RxGroups, 2 separate artifacts, 1 java only, 1 android lib
Sorry, something went wrong.
I like this idea too
On Wed, Jun 15, 2016 at 3:25 AM, Felipe Lima [email protected] wrote:
👍 that's exactly what we did in RxGroups, 2 separate artifacts, 1 java only, 1 android lib — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub #127 (comment), or mute the thread https://github.com/notifications/unsubscribe/ASrNdSRd77xaE2qhALRc_43LryhjmvPTks5qL9M0gaJpZM4I1X57 .
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub #127 (comment), or mute the thread https://github.com/notifications/unsubscribe/ASrNdSRd77xaE2qhALRc_43LryhjmvPTks5qL9M0gaJpZM4I1X57 .
Done in #143
No branches or pull requests
Right now
RxLifecycle
could be composed of two parts:It'd be better if we split these into two modules, so people could use the lifecycle behavior separately from Android.
The text was updated successfully, but these errors were encountered: