Jakub
10/06/2018, 8:17 PMTextWatcher
to fields and I'm calling them from onTextChanged()
karelpeeters
10/06/2018, 10:34 PMonTextChanged
called from?Jakub
10/07/2018, 10:18 AMFragment
) I'm creating `EditText`s and setting to them Android TextWatcher
. In the method afterTextChanged(s: Editable)
I'm calling approprietate function from my ViewModel
e.g. viewModel.onEmailChanged(it.toString())