Thanks for your kind reply... My Problem is: I am showing three checkboxes with some background drawables. For this,i am using Gridview and data adapter is BaseAdapter. I am unable to click/check the 0th positioned checkbox in the grid view on SDK2.2.The same code is working fine with 2.1SDK.
>From the logs i observed the above behaveour. Please let me know regarding this . Thanks & Regards, Vissu On Jun 23, 11:23 am, Romain Guy <[email protected]> wrote: > There is no guarantee on the ordering of the calls to getView, nor how > many times it will be called. Your application should NEVER depend on > this. > > > > On Tue, Jun 22, 2010 at 11:19 PM, vishu <[email protected]> wrote: > > > Hi, > > > I am facing one issue withBaseAdapter, which is set to Gridview in > > My application. > > > Issue here is: getView() method is calling again twice for the zeroth > > index item. ...due to this i m facing severe bug in my application.. > > > on Android2.1 SDK, the same application is working fine..i.e. > > getView() is invoked only once for the zeroth item in the adapter. > > > Can anyone please help.. > > > -- > > You received this message because you are subscribed to the Google > > Groups "Android Developers" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group at > >http://groups.google.com/group/android-developers?hl=en > > -- > Romain Guy > Android framework engineer > [email protected] > > Note: please don't send private questions to me, as I don't have time > to provide private support. All such questions should be posted on > public forums, where I and others can see and answer them -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

