Skip to content

Library is not compatible with CursorAdapters #22

Description

@tomafc330

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions