Is the Paging library intended to only be used in a list? My use case is continually display more items(markers) on a map.
Since I am not using a recyclver view, I don't have a PagingDataAdapter. I believe it is this PagingDataAdapter listening to user scroll and decide to load more item.
Is it possible to manually trigger it to load more? or is Paging3 not designed to support this use case?