You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
I am trying to wrap my CursorAdaptor subclass with the SimpleSectionedListAdapter class and it is giving me an issue:
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 forCursorAdapters
The text was updated successfully, but these errors were encountered: