Verified
Status Update
Comments
ja...@google.com <ja...@google.com> #2
We're working with the material team to ensure that Navigation matches the new material design guidelines.
cc...@google.com <cc...@google.com> #3
Hi everyone. What is the progress or official decision on this one?
cc...@google.com <cc...@google.com> #4
Hey guys, is there any progress on this issue? Can we expect these features to be implemented in the near future?"
cc...@google.com <cc...@google.com> #6
We'll update the bug here when there's updates to post. Suffice it to say, there's still work to do and we're dedicated to getting it done."
Description
Jake, is this something like what you had in mind:
ViewModel:
public LiveData<Pair<String, PagedList<Item>>> list;
Activity:
viewModel.list.observe(this, it -> submitList(it.second, () -> setTitle(it.first)));