Re: [android-developers] Re: Android ListView Issue

2012-08-02 Thread bob
Well, one reason is the CursorWindow size limit that Nobu mentioned. If the CursorWindow size limit is a meg, your BLOB can't be more. Not much of a BLOB if you ask me. More of a BOB. Not that that's a bad thing. On Thursday, August 2, 2012 4:13:35 PM UTC-5, Kostya Vasilyev wrote: > >

Re: [android-developers] Re: Android ListView Issue

2012-08-02 Thread Kostya Vasilyev
2012/8/3 bob > Sounds like you are messing with BLOBs in a database. Turns out this does > not work well on Android. > Why not? As was already pointed out, not loading a bunch of blobs in a query behind a ListView should fix the issue with only a small code change -- i.e. specifying a projecti