Hi,

I have a need to create cursor object and want to put data inside
cursor.
MatrixCursor is there to help me this problem, but in MatrixCursor, if
I put blob value in addRow(object[]) method, I can't get it back by
using getBlob() method.

So I thought to dig into source code, and I found out that getBlob is
not yet implemented in MatrixCursor (or in super class
AbstractCursor).

Is there any way, that I can put blob value in Cursor object and get
it back by using method getBlob() ..??

Thanks
Harshit

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to