Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 viewflipper,它有大约 20 个长字符串作为子 TextViews。当我开始活动时,它的加载速度非常慢,我猜是因为它一次实例化了所有子视图。如果是这种情况,有没有办法让它以列表视图的方式回收视图?
谢谢