android 列表视图刷新
大家好
我想在添加或删除任何数据后刷新我的列表视图。适配器来自 SD 卡,我该怎么做?
提前致谢
hello every one
i want to refresh my listview after adding or removing any data.. the adapter is from the SDcard how can i do this?
thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在您的数据之后调用此代码
改变..
call this code after your data are
change..
使用ArrayAdapter的notifyDataSetChanged()。
请参阅以下代码:
希望这对您有所帮助。
Use notifyDataSetChanged() of ArrayAdapter.
See the following code:
Hope this will help you.