[android-developers] Re: SimpleCursorAdapter and blobs

2009-05-16 Thread zlu
+1 On Mar 30, 10:19 am, cannehal tomasz.l...@gmail.com wrote: I have similar issue. Cannot retrieve image from database (BLOB). As far as I know it should work without writing your own ViewBinder, because setImageView is doing all the work. Can someone help us with this issue? On 25 Mar,

[android-developers] Re: SimpleCursorAdapter and blobs

2009-03-30 Thread cannehal
I have similar issue. Cannot retrieve image from database (BLOB). As far as I know it should work without writing your own ViewBinder, because setImageView is doing all the work. Can someone help us with this issue? On 25 Mar, 20:09, prout thesuperbi...@gmail.com wrote: hi, On 24 mar, 17:40,

[android-developers] Re: SimpleCursorAdapter and blobs

2009-03-25 Thread prout
hi, On 24 mar, 17:40, prout thesuperbi...@gmail.com wrote: the favicon field returned by the browser bookmark provider is a sqlite blob. ... I tried using a SimpleCursorAdapter.ViewBinder but I get an exception. ... according to my logs, the exception occurs before my viewbinder is called.