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.
我正在从服务器下载一些数据并将我的任务排队。当我滚动到下一页时,我将其添加到队列中并显示进度条。我希望我的页面仍然滚动,或者显示进度条。当进度条在队列中并且数据尚未开始下载时,我还想更改其样式。提前致谢。
Show the indefinite progress spinner in each page. As soon as the page load completes, show the content and hide the progress spinner. Do the downloading in an AsyncTask.
AsyncTask