ProgressDialog in AsyncTask

后端 未结 7 2260
一个人的身影
一个人的身影 2020-11-22 07:54

I\'m trying to display a custom progressdialog while loading RSS feed from an HTTP server, I made a hard search, but nothing helped me to do this, the only thing I know is t

7条回答
  •  无人及你
    2020-11-22 08:55

    It's been a few years since this question was asked (and since someone has posted a response). Since then, ProgressDialog was deprecated in API level O, according to Android's official documentation. As such, you might consider using an inline progress bar instead of a ProgressDialog as the documentation authors suggest.

提交回复
热议问题