简体   繁体   English

长ListView优化和可用性

[英]Long ListView optimization and usability

I have a long list to display in a listview. 我有一个长长的列表要显示在列表视图中。 Let's say 200 items. 假设有200个项目。 This is a long list, but i can't reduce it. 这是一长串,但我不能减少它。 Now my list is slow and is not convenient for the user. 现在我的列表很慢,对用户来说并不方便。

I need something like a paging system: at the beginning I load 25 items. 我需要类似分页系统的东西:一开始我要加载25个项目。 When the user reach the end I show a button, or something like it, to load other 25 items. 当用户到达最后时,我会显示一个按钮或类似的按钮,以加载其他25个项目。 An Iphone style solution. iPhone风格的解决方案。

Is there a better way? 有没有更好的办法? Or what is the best solution? 或最佳解决方案是什么?

Thanks! 谢谢!

自动增长列表将是合适的UI设计模式。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM