开发者

Long ListView optimization and usability

开发者 https://www.devze.com 2023-01-25 18:55 出处:网络
I have a long list to display in a listview. Let\'s say 200 items. This is a long list, but i can\'t reduce it. Now my list is slow and is not convenient for the user.

I have a long list to display in a listview. Let's say 200 items. 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. When the user reach the end I show a button, or something like it, to load other 25 items. An Iphone style solution.

Is there a bett开发者_StackOverflow社区er way? Or what is the best solution?

Thanks!


An autogrow list will be the suitable UI design pattern.

0

精彩评论

暂无评论...
验证码 换一张
取 消