On Wed, Jan 25, 2012 at 8:12 PM, mattcoz <[email protected]> wrote: > I have determined this by logging the getView method of the adapter. When > operating normally, getView is only called for the new row to be displayed > when scrolling. In my case, getView is called for every row.
There are no rules on how many times getView() will be called. You need to ensure that getView() is very fast. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in DC: http://marakana.com/training/android/ -- 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

