I'm using my own extension of BaseAdapter to display a "complex data
model" within a ListView. The code is located here: 
http://java.pastebin.com/f2e4c1e0b
- it's very similar to the List14.java Android API demo sample (http://
developer.android.com/guide/samples/ApiDemos/src/com/example/android/
apis/view/List14.html)

I put some extra Log.i() calls into my code to figure out some speed
issues. That's where I discovered that getView() gets called sometimes
2x sometimes 3x per item. The logcat output is here: 
http://pastebin.com/f385a6ddd

That is not really the speed issue I was investigating, however, I'm
wondering why getView() is not only called once per item?

Thanks

-Stefan
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to