Android - 添加到列表视图的空项目?
我正在尝试将正在运行的任务添加到 ListView
中。
当我第一次使用名为 loadTasks()
的函数添加时。添加得很完美。 但是当我尝试重新加载它时,因为我每 10 秒刷新一次任务列表,它会在我的列表中添加两个或更多空项目。
I am trying to add running tasks to the ListView
.
When i am adding first time using function called loadTasks()
. it's added perfectly.
But when i am trying to reload it, as i am refreshing the task list after every 10 seconds, its adding two or more empty items in my list.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试使用此代码重新加载列表,像这样调用处理程序
当您想要更新列表时,
try this code for reload the list
when you want update the list call the handler like this