How to customize ID value of the items displayed in RecyclerView?
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?