I got a list view that shows a standard image text items, I use the standard ArrayAdapter to work with the view.
My problem is that the scrolling get stuck and not very smooth.
I done some profiling, and found that most of the time a Measure operation is in progress(for many controls most of them are containers)
Is it possible to make stuff work faster? where to start?