Getting Wrong Position After Recyclerview Filtering Using Searchview
I trying to add a SearchView to my app using the website: http://www.tutorialsbuzz.com/2015/11/Android-Filter-RecyclerView-Using-SearchView-In-ToolBar.html Yet, I'm unable to send
Solution 1:
In your onclick method you always take each item from the same arrays. So even if you filter your data you pick the wrong items to send.
Post a Comment for "Getting Wrong Position After Recyclerview Filtering Using Searchview"