Im having some problems with my application and while i think i know what is
causing it, im not completely sure how to fix it.

my application searches a website and adds entries to a database and then
displays the users in a listview with a cursoradaptor.

when the entries are first displayed, i get an sql finalize error. I thought
maybe i had something to do with my cursoradaptor but it never shows its
head until after i exit my newview or bind view and even then, it is only
displayed once.

my other idea was that maybe it has something to do with the fact that im
using a webview. I used the webview because allthough it seems quicker to
load the profile images to the listview. I do have issues because the images
arent all loaded at once, and once i scroll down, the new images are
displayed and some of the first images until the real image for the user is
downloaded ( i dont really know how to describe that correctly)

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to