-
Notifications
You must be signed in to change notification settings - Fork 638
New issue
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
rxlifecycle-kotlin module added with bind() syntax #78
Conversation
@@ -1,4 +1,4 @@ | |||
include ':rxlifecycle' | |||
include ':rxlifecycle', ':rxlifecycle-kotlin' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could this be on a newline to match the rest of it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
of course!
And since kotlin just released, i have to upgrade it
all things solved! |
``` | ||
|
||
```java | ||
myObservable |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would just make this a single example instead of two.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Eh, can deal with this post-merge.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You want me to create example android project?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nah. I was just saying that this is two separate code samples but could just be wrapped into one.
rxlifecycle-kotlin module added with bind() syntax
Thanks! |
address reverted #58 , and some nice new syntax
Not sure if any tests will work here.