Setting up async task for loading Json into a listview

前端 未结 5 1714
予麋鹿
予麋鹿 2020-12-09 23:22

I take json object generate from a PHP script on my server and then parse it into a listview using a lazy load for the images. The problem is that the json will load relativ

5条回答
  •  北海茫月
    2020-12-09 23:49

    Here's what you're looking for: progressDialog in AsyncTask check out the answer with most upvotes, should give you an idea on how to do async with progress dialog. Also, if you're totally unfamiliar with AsyncTask, check out this

提交回复
热议问题