I’m really interested in ListView performance. I’d like want to ask you two questions
- How to do this on Android?
- I’m working on a multiple cell types (~10) listview. It’s hard to reuse the cell when datasource is not much. Because of each complex cell, the list create a new cell when scrolling which causes a bit laggy. Do you have any ideas to? pre-compute the cell height…?