JakeWharton / RxBinding

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

Preference Support Library Bindings #184

Closed JakeWharton closed 6 years ago

JakeWharton commented 8 years ago
JakeWharton commented 8 years ago

One could argue these aren't views or widgets...

dlew commented 8 years ago

Would this be better suited as part of https://github.com/f2prateek/rx-preferences?

JakeWharton commented 8 years ago

Maybe as a sibling module.

I haven't used the preference UI stuff in like 4 years, but from what I remember it does all the actual data binding itself and you only take care of the UI. So I don't think there'd actually be much (if any) crossover.

On Thu, Oct 22, 2015 at 9:55 PM Daniel Lew notifications@github.com wrote:

Would this be better suited as part of https://github.com/f2prateek/rx-preferences?

— Reply to this email directly or view it on GitHub https://github.com/JakeWharton/RxBinding/issues/184#issuecomment-150409758 .

ZacSweers commented 8 years ago

Agreed with jake, I think this belongs here since it's just UI handling and not actually interacting with SharedPreferences directly

JakeWharton commented 6 years ago

I've decided these aren't views and thus are out of scope.