Hi all,
I have the following issue. I get a cursor in some background thread
and pass it to the gui thread. In the gui thread i use the cursor to
create cursorAdapter and fill some ListView. So far if the database
access blocked there will be no problem because it's made in other
thread. So the cursor is fetching the data rows when they are needed
which will be when i scroll the listview and in this case if the
database blocked will i get activity not responding.

-- 
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