westmeadboy wrote: > Just playing with optimization after watching this video: > > http://www.youtube.com/watch?v=UApv-ZMJ51g > > (play at about 44:00) > > He talks about using merge because nested views/layouts are much more > expensive than, say, using wider hierarchies.
That is certainly true. However, you cannot get rid of the container (e.g., RelativeLayout) that forms the basis of each row in a ListView. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android 2.x Programming Books: http://commonsware.com/books -- 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

