I\'m using the android paging library to show search result items, is there any way I can clear/remove all the loaded result items, Calling Invalidate on live Paged List refresh
If you're working with PagingDataAdapter, searchAdapter.submitData(lifecycle, PagingData.empty()) works
searchAdapter.submitData(lifecycle, PagingData.empty())