databinding-with-livedata-tutorial
databinding-with-livedata-tutorial copied to clipboard
The toast is called twice: Toast.makeText(this, it, Toast.LENGTH_SHORT).show() Any idea why and how to stop it? To reproduce, press "SELECT RANDOM FRUIT FOR EDITTEXT" with a breakpoint on MainActivity.kt line...
To avoid (@Bindable must be on a member in an Observable class. MainViewModel is not Observable) error.
The build is broken on the latest Android Studio. Also, you say the repository is the single source of truth, but the two way data binding doesn't use it. I...