Ah yes, you're right. `AdapterView.OnItemSelectedL...
# android
f
Ah yes, you're right.
AdapterView.OnItemSelectedListener
also shows duplicate results, though it skips the initial value. In that case
.distinct()
would've been enough. So RxBinding does add the initial value. It appears this is something which coincidentally was worked on about a week ago (https://github.com/JakeWharton/RxBinding/pull/356), but not sure yet exactly what changed. I'll have to take a closer look at that. But about removing the id, how exactly would you then go about getting a reference to the actual view? Go through the hierarchy and find a class matching 'Spinner'?