[android-developers] Re: Instant Refresh on CursorAdapter attached to a ListView

2009-10-16 Thread jax
I finally fixed this problem I needed to run a requery() on the cursor cursor.requery(); myAdapter.notifyDataSetChanged(); On Oct 15, 10:05 am, jax wrote: > I have a CursorAdapter attached to a ListView, the ListView contains > checkboxes for every row. > > When I check/uncheck a checkbox in

[android-developers] Re: Instant Refresh on CursorAdapter attached to a ListView

2009-10-16 Thread jax
no that did not work On Oct 15, 5:46 pm, "odd.isometry" wrote: > Maybe, it will be useful to override methods  onPause() & onResume() --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To pos

[android-developers] Re: Instant Refresh on CursorAdapter attached to a ListView

2009-10-15 Thread odd.isometry
Maybe, it will be useful to override methods onPause() & onResume() --~--~-~--~~~---~--~~ 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