Fixed
Status Update
Comments
du...@google.com <du...@google.com> #2
i think this makes sense, ROom is using a private weak observer API to work around this.
ap...@google.com <ap...@google.com> #3
Added PagedList#getDataSource internally, will go out with next release.
du...@google.com <du...@google.com> #5
This unfortunately didn't make it into alpha04, but will go out with alpha05
Description
Currently we send prefetch signals during onBind(), based on the page being touched. Two problems:
Note**: generally especially aggressive filtering should be done at the PagingSource level, e.g. with a filtering Room query, so that paging doesn't go through the fetch process and notifying network state for empty pages.
See also b/149482600#4, when someone hit 1)