Efficiently Inflating a lot of Views within several Horizontal LinearLayout with Adapters
问题 I have a question about how to improve the performance of a large horizontal linear layout. I am creating a table like view that can have anywhere from 50 to 2,500 entries. Each entry is a LinearLayout containing a TextView with some simple text. I have implemented the design by utilizing the LinearListView library. This library allows an ListAdapter to be bound to a LinearLayout to display a view in a horizontal or vertical orientation. The way I have implemented this currently is by