timehop / sticky-headers-recyclerview

[UNMAINTAINED] Sticky Headers decorator for Android's RecyclerView
Apache License 2.0
3.74k stars 755 forks source link

Rename sample adapter: AnimalsAdapter and fix it's getItemId() #82

Closed webmaster128 closed 9 years ago

webmaster128 commented 9 years ago

This makes the sample adapter less abstract, which is necessary to provide a correct implementation of getItemId().

Fixes #80

jacobtabak commented 9 years ago

Thanks, nice PR!

webmaster128 commented 9 years ago

Check.

jacobtabak commented 9 years ago

Thanks!