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.
我正在做一个从服务器加载大量数据的项目。我必须获取该数据并将其与图像一起排列在列表视图中。我正面临大数据的问题,随着值数量的增加,我的应用程序需要花费太多时间来加载。
我该如何为此进行分页。我试过这个,但我不知道该怎么做。任何人都请帮我做这件事。
提前致谢..
有几种解决方案可用于所谓的“无尽”列表。你链接到一个。这是我的:https ://github.com/commonsguy/cwac-endless 。IIRC,还有一些漂浮在周围。