Hello, I'm saving the contents of an ImageView into a BLOB field, in another option I read that field and show it in another ImageView.
Everything works fine, if is a small image (low resolution), but if is a high resolution image, it saves well, but when I want to read it gives me this error:
java.lang.IllegalStateException: Couldn't read row 0, col 0 from CursorWindow. Make sure the Cursor is initialized correctly before accessing data from it.
Thanks in advance for any help.
Everything works fine, if is a small image (low resolution), but if is a high resolution image, it saves well, but when I want to read it gives me this error:
java.lang.IllegalStateException: Couldn't read row 0, col 0 from CursorWindow. Make sure the Cursor is initialized correctly before accessing data from it.
Thanks in advance for any help.