Hello. Can we bind to StateFlow<T> with a binding adapter? How should I write the adapter? I w...
m
Hello. Can we bind to StateFlow<T> with a binding adapter? How should I write the adapter? I wrote an adapter taking T and an adapter taking StateFlow<T>. It does not work
g
Binding adapter from Androidx DataBinding library?