I would like to make use of `setHasStableIds` in m...
# android
d
I would like to make use of
setHasStableIds
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?