[android-developers] Efficiency of code with cursor.requery()

2010-10-06 Thread avi nigam
Hi All, I am new on Android Development. I am trying to make email client application for android. I studied the google open source code for email app. I find it quite tough for me. I have implemented cursor.requey() to maintain the checked state of my checkbox when I scroll my list view. Is it

[android-developers] Efficiency of code with cursor.requery()

2010-10-06 Thread avi nigam
Hi All, I am new on Android Development. I am trying to make email client application for android. I studied the google open source code for email app. I find it quite tough for me. I have implemented cursor.requey() to maintain the checked state of my checkbox when I scroll my list view. Is it