AndroidSupportComponents
AndroidSupportComponents copied to clipboard
LiveData example
Trying to use LiveData in a Xamarin.Android project. LiveData and MutableLiveData have no type parameters so I cannot use SetValue / PostValue with my data and I can't find any examples of how this component should be used.
I'm also experiencing this issue. Are there plans to fix these bindings?