[android-developers] Re: SimpleCursorAdapter and blobs

2009-03-25 Thread prout
hi, On 24 mar, 17:40, prout 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

[android-developers] SimpleCursorAdapter and blobs

2009-03-24 Thread prout
hi, the favicon field returned by the browser bookmark provider is a sqlite blob. I want to display the bookmarks in a listview with the favicon but couldn't find a way to do it. I tried using a SimpleCursorAdapter.ViewBinder but I get an exception. this is what my code looks like :

[android-developers] SimpleCursorAdapter and blobs

2009-03-24 Thread prout
hi, the favicon field returned by the browser bookmark provider is a sqlite blob. I want to display the bookmarks in a listview with the favicon but couldn't find a way to do it. I tried using a SimpleCursorAdapter.ViewBinder but I get an exception. this is what my code looks like :