Is there a reason my observableFIeld showing empty value?
I have MainActivity where I declare editTextValue as ObservableField
I want to get it with editTextValue.get() on button click and pass it to another function. But I am always getting empty.