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

Exception raised during rendering: addView(View, LayoutParams) is not supported in AdapterView #236

Open mtwn105 opened 8 years ago

toshiSat commented 7 years ago

I have this issue as well. Trying to put it in a Fragment inside FragmentActivity Edit:

I just fixed my issue, I was trying to implement ObservableListView when I should of been using ObservableScrollView. 🤦‍♂️