hi, On 24 mar, 17:40, prout <[email protected]> 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.
I gave a look to the SimpleCursorAdapter source code and I think my problem is in the bindView method. http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob_plain;f=core/java/android/widget/SimpleCursorAdapter.java;hb=HEAD maybe the getString() call should be done only if there is no ViewBinder. no? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

