Same problem here. I found out that getView() is not called several times per item, just once. It's rather that whenever a view is used, there are 4 additional calls to that function. So, list with 1 item -> 5 calls to getView() list with 3 items -> 7 calls.
See this post as well: http://groups.google.com/group/android-developers/browse_thread/thread/e48d51cdefe526a?pli=1 -- 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 To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en