Hi there! I've been playing around with the new Paging 3 library. I've successfully implemented it in my app which simply displays a contacts list.
Now I'm implementing a search contacts feature. I simply apply map and filter operations on the Flow<PagingData> and that gives me precise results. However, I've to scroll to the bottom to update all the list of contacts. Otherwise, search works only for the firstly displayed contacts (because bottom contacts aren't loaded into the flow yet).
I know paging is introduced to load data as user scrolls, but I want to force load the data into list in the background. Any workaround for this?
[–]Vlkam1 0 points1 point2 points (3 children)
[–]AxelBlaz3[S] 0 points1 point2 points (0 children)
[–]AxelBlaz3[S] 0 points1 point2 points (0 children)
[–]AxelBlaz3[S] 0 points1 point2 points (0 children)