python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Positions getting messed up after filtering RecyclerView
So here is my issue:
I am fetching data from an api (successfully)
I am displaying this data in a recyclerview (successfully)
I am filtering the recyclerview using a searchview (sucessfully)
I have a...
rico
Votes: 0
Answers: 2
Restoring the state of a SearchView and filtering LiveData with the restored state
I'm using a SearchView in my layout to let a user search for categories.
The problem that arises is when restoring state when i navigate away from the
fragment and come back (View gets restored)...
Wh...

DennisVA
Votes: 0
Answers: 1
How to filter RecyclerView inside a Fragment using SearchView
I'm just new to Android and have to build an App using MVVM and Fragments.
I have my Recyclerview within Basefragment and i want to filter it using SearchView.
When I type something on it, it doesn't ...
john
Votes: 0
Answers: 1
SearchView cursor not visible
The cursor inside my searchview is not visible. how can i make it visible?
<androidx.appcompat.widget.SearchView
android:id="@+id/edit_query"
android:layout_width="0dp"
...
Anto
Votes: 0
Answers: 1