I'm using a data class in my Adapter, but I also ...
# android
a
I'm using a data class in my Adapter, but I also need stable id's. Is it possible with a data class or I should just use a regular class and generate id myself?