I am trying to wrap my CursorAdaptor subclass with the SimpleSectionedListAdapter class and it is giving me an issue:
java.lang.IllegalStateException: this should only be called when the cursor is valid
at android.widget.CursorAdapter.getView(CursorAdapter.java:243)
Looking at the code from the SSLA class it seems like it's trying to call the cursor adapter's getView method. Obviously that won't work for CursorAdapters