0

I checked support of Rxbinding for MultiAutoCompleteTextView. But haven't seen any option.

Bincy Baby
  • 3,941
  • 5
  • 36
  • 62

1 Answers1

1

You don't need RxBindings (it helps but is not necessary) to get any view to work, you could 'bind' a view by yourself, it means that you could use RxJava to do async work but handle data and bind it to your prefered View by yourself.

dilix
  • 3,761
  • 3
  • 31
  • 55