Fixed
Status Update
Comments
da...@google.com <da...@google.com> #2
The only currently supported strategy for adding Fragments to compose is via
ap...@google.com <ap...@google.com> #3
Yes, I am familiar with AndroidViewBinding, however, as far as I know it has some limitations, like, I can't decide at runtime what fragment to commit.
da...@google.com <da...@google.com>
ap...@google.com <ap...@google.com> #4
I also can't give parameters to the fragment being inflated.
Description
Specifically the
subscribe(Observer)
andunsubscribe(Observer)
are outdated and if the internal machinery is updated to StateFlows we can offer a nicer API:observe(vararg tables): Flow