Android-ObservableScrollView
Android-ObservableScrollView copied to clipboard
Exception raised during rendering: addView(View, LayoutParams) is not supported in AdapterView
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. 🤦♂️