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.
我想上传我的列表视图的数据但是我从互联网上获取我的数据,但这需要一些时间。所以我必须等待它。如何将数据提供给我的 listview 。当然它进入线程,我不知道如何处理这个?我正在使用 SimpleAdapter。任何想法?
使用AsyncTask将数据从互联网填充到ListView。
更多关于AsyncTask这里
AsyncTask
异步任务
预执行
显示进度对话框。
做背景
从互联网获取数据
后执行
填充ListView