ksoichiro / Android-ObservableScrollView

Android library to observe scroll events on scrollable views.
http://ksoichiro.github.io/Android-ObservableScrollView/
Apache License 2.0
9.66k stars 2.06k forks source link

Casting error on RecyclerView #226

Closed haskellcamargo closed 8 years ago

haskellcamargo commented 8 years ago

Well, it may be a trivial error, but, whenever I try to cast a RecyclerView to a ObservableRecyclerView, I get an error, right on the first line. I'm following the example on this link.

image

Is it any incompatibility of this specific version of RecyclerView? The error happens just on

final ObservableRecyclerView recyclerView = (ObservableRecyclerView) view.findViewById(R.id.recyclerview);