Wednesday, May 26, 2010

[android-developers] Re: Janky Custom Cursor Adapter

It looks like the Twitter app does AsyncTask correctly in a list view.
Can't wait for it to be open sources!

On May 25, 4:53 pm, GodsMoon <godsm...@gmail.com> wrote:
> Ah! I didn't see put(String key, byte[] value) before in
> ContentValues.
> That will probably work. Thanks for the info and the link!
>
> Would still like to do know how to do AsyncTask in a custom adapter
> for future reference but I think your solution will work.
>
> On May 25, 9:29 am, blcooley <blcoo...@gmail.com> wrote:
>
>
>
> > A Cursor returned by a SQLiteDatabase query can indeed get a blob.
>
> >http://developer.android.com/reference/android/database/Cursor.html#g...)
>
> >http://www.tutorialforandroid.com/2009/10/how-to-insert-image-data-to...
>
> > On May 24, 11:16 pm, GodsMoon <godsm...@gmail.com> wrote:
>
> > > However, I can't store the
> > > application icon in the db because sqlite doesn't support blobs.
>
> > --
> > You received this message because you are subscribed to the Google
> > Groups "Android Developers" group.
> > To post to this group, send email to android-developers@googlegroups.com
> > To unsubscribe from this group, send email to
> > android-developers+unsubscribe@googlegroups.com
> > For more options, visit this group athttp://groups.google.com/group/android-developers?hl=en

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

No comments:

Post a Comment