damianpetla
03/19/2016, 2:10 PMsetHasStableIds
in my RecyclerView.Adapter
implementation. For that I have to override getItemId() : Long
. Now the problem is that my items has unique ids coming from the API but String
not Long
. Is there any easy way to convert those ids and still being unique?