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 with BaseAdapter , 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

