ProgressDialog in AsyncTask

后端 未结 7 2258
一个人的身影
一个人的身影 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:57

    A couple of days ago I found a very nice solution of this problem. Read about it here. In two words Mike created a AsyncTaskManager that mediates ProgressDialog and AsyncTask. It's very easy to use this solution. You just need to include in your project several interfaces and several classes and in your activity write some simple code and nest your new AsyncTask from BaseTask. I also advice you to read comments because there are some useful tips.

    0 讨论(0)
提交回复
热议问题