java.lang.IllegalStateException: Two different ViewHolders have the same stable ID. Stable IDs in your adapter MUST BE unique and SHOULD NOT change. Where to create ids?
I'm creating a blogging app where i have different viewholder. For views to disable shuffle, and to provide correct positioning i need to provide stable ids. Hence I need to know the correct process of overriding getItemId()
.