databinding-samples
databinding-samples copied to clipboard
RecyclerView not showing up correct Data while using search Query with Data binding
Data binding doesn't work properly with SearchQueryListener, onSearchQuery data filteration is working properly but Adapterview(Recyclerview) picks the beginning number of cells that are matched in SearchQuery function and shows up the wrong results.