Skip to main content

All Questions

Tagged with
0 votes
0 answers
30 views

Filter Problem... multiple Filters and reset of filtered list in kotlin android studio

i have here a problem with the filtering... if i put in all filters and give the list to the adapter, and then change the filters... the filtered list gets used i guess... its not working anymore ...
LauraN's user avatar
  • 1
-1 votes
1 answer
150 views

RecyclerView Adapter with filtering and payloads

The question Hello! Has anyone implemented a RecyclerView Adapter, which implements filtering via Filter and in which additional items can be updated via payloads? How to synchronize two lists, the ...
Tim Meleshko's user avatar
0 votes
2 answers
709 views

Android Studio logcat message "All logs entries are hidden by the filter"

I am using Android studio giraffe version, and when I clicked on clear logcat, then this message is appearing "All logs entries are hidden by the filter". How can I get rid of this message ...
user2961527's user avatar
0 votes
1 answer
61 views

How to filter ListAdapter?

I have an adapter that is extended by ListAdapter, I use submit list to update the ui but when I use it when the user change the search query it displays other I items in the list however when I log ...
Abdelrahman Mahmoud Nasr's user avatar
0 votes
0 answers
25 views

Filter RecylerView on the basis of Model

Filter RecyclerView on the basis of model using FastAdapter open class StoreModeBaseModel -> ParentClass Child Classes data class PersonalOfferModel(val personalOffer: PersonalOffer) : ...
Taimoor Khan's user avatar
1 vote
0 answers
38 views

I want to load a .cube file and perform lut (look up table) operation on the bitmap, how should I do it?

I want to load a .cube file and perform lut (look up table) operation on the bitmap, how should I do it?I have tried many methods, but can't achieve the effect.Below is part of my .cube file, which is ...
白小花's user avatar
1 vote
1 answer
810 views

How to get a value from a map using the beginning of a key in Kotlin

Trying to get a value from a map only using the beginning of a key. If a have map of <strings,strings> and I know the beginning of the key will be either "aaa", "bbb", or &...
ceslo99's user avatar
  • 13
2 votes
1 answer
68 views

Filter scroll view through search view

I am new here. I need to ask something. I am building an android app in android stuido. I implemented 1 of my searchviews in an activity. In that activity, below the searchview is a scrollview with ...
Shivangee Rajput's user avatar
0 votes
2 answers
42 views

Filter list inside list

My goal is to have the list object (Options) with just the filtered "tags". val gender = "MALE" val options: List<Options> = listOf( Options(id=1, ...
FlipNovid's user avatar
  • 1,219
0 votes
1 answer
290 views

how to filter Android StateFlow in Alphabetical order

how to filter Android StateFlow in Alphabetically order I have a StateFlow which gives the result based on names, I want to filter it to show the names Alphabetically how can we do this var ...
1234567's user avatar
  • 2,425
0 votes
0 answers
21 views

Filter on recyclerview does not working properly on android level 19, 21, 22, 23

The code is working good in android level up 24, 25, 26, 27, 28, 29, 30.., but unfortunately this code is not working properly in below level 23 ex: 22, 21, 20, 19.., Below is MyAdapter public class ...
tranxzzano's user avatar
0 votes
1 answer
782 views

How to filter object list based on date property on kotlin

What I am trying to do is given a list of objects responseList<Object> in which the objects have a date field on string format "2015-01-16", filter the list to only get objects form ...
jvargas's user avatar
  • 803
1 vote
1 answer
51 views

Recyclerview row format changes after search filter

I have a recyclerview that displays a list of contacts. To differentiate between contacts that are also users of my app (let's refer to these as app-contacts) and all other contacts (non-app-contacts),...
Suma Deliveries's user avatar
0 votes
1 answer
160 views

How to create a filter/effect for camera app? [closed]

Actually I made a camera app by learning on YouTube and other platform but now I want to add some real time filter can anyone tell me how to make a filter that works in real time....? I'm newbie 🙂 ...
Prashant soni's user avatar
0 votes
1 answer
35 views

Issue Ranking the user when Searched via Search Box in Recycler View

I am trying to figure out how to display the filtered(searched) list with the correct rank as displayed in the recycle view at the beginning ... So, what i am trying to say is: (Issue Link) https://...
Jadu's user avatar
  • 649

15 30 50 per page
1
2 3 4 5
63