【发布时间】:2016-03-04 21:01:16
【问题描述】:
我有一个名为 NoteList 的片段,它显示来自 json 的数据列表。在我的主 ListView 中,我用另一个 ListView 加载它。我使用BaseAdapter。因此,在该适配器内部,我执行另一个 BaseAdapter 来填充内部 ListView。一切顺利。
但每次打开 LogCat 时我都不满意。我必须看到这个I/Choreographer: Skipped 130 frames! The application may be doing too much work on its main thread.
JSON 数据不包含任何图像,仅包含字符串。
如何处理?
【问题讨论】:
标签: android performance android-listview