JakeWharton / RxBinding

RxJava binding APIs for Android's UI widgets.
Apache License 2.0
9.68k stars 971 forks source link

Samples #31

Closed westito closed 9 years ago

westito commented 9 years ago

Can you share some sample to this library?

JakeWharton commented 9 years ago

No. Samples will be created when the code is upstreamed into RxAndroid.

JakeWharton commented 9 years ago

The usage of the individual APIs is simple, see the tests for that. You'll have to use your imagination on how to compose the operators together to form something complex.

pakoito commented 9 years ago

Are you 100% positive the code will be upstreamed into RxAndroid?

JakeWharton commented 9 years ago

I have commit rights to RxAndroid. So yes.

pentarex commented 7 years ago

Are you sure? I mean I really see nice examples with your library, but always too old, and I am using kotlin. So maybe sometimes when/if you or some other have time to make examples for us the newbies it will be great. Thanks. Keep up with the good work!

JakeWharton commented 7 years ago

The comments were for a different library than RxBinding at the time.