android extensions does the binding on the fly (and caches result in activity/fragment). but it also already knows the type. the gotcha with it is that when you use it from something like a recycler view holder
itemView.picker
it will not cache the lookup.