ksoichiro / Android-ObservableScrollView

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

BaseActivity problem #229

Closed EpsilonOrionis closed 8 years ago

EpsilonOrionis commented 8 years ago

I'm trying to implement FlexibleSpaceWithImageScrollView, but I can't import BaseActivity in the .java file, so I replaced it with AppCompatActivity. Is there a solution for that?

Thanks in advance... this library is awesome