How to customize ID value of the items displayed in?

44 Views Asked by At

I have multiple items in RecyclerView element, and the IDs of those items are generated automatically. For some reason, I need to set specific id values instead of automatically generated ones. My question is it possible to set specific ID values on items in the RecyclerView element.

Is it possible to set specific ID values on items in the RecyclerView element?

0

There are 0 best solutions below