Your solution seems to simple not reuse the views. I don't think you'll hit a performance issue speed-wise but you may want to check memory-wise as I believe this is the main reason behind this design.
Especially if you have one bitmap per row, a long list of row could trigger "Bitmap exceeds VM budget" memory exceptions. Yahel -- 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