在线程之间显示进度对话框?
答案 0 :(得分:2)
您应该避免使用getApplicationContext()
- 方法来获取Context
- 对象。有更好的方法:
this
OuterClassName.this
Context
- 对象的Helper类中创建例如一个视图,通过构造函数提供Context
- 对象并将其保存在属性中。另请参阅此类似问题:Android: ProgressDialog.show() crashes with getApplicationContext