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.
我有一个 3 活动。所有这三个活动都有相同AsyncTask的。我想要所有活动的单个 AsyncTask ,所以我可以将活动作为参数传递给AsyncTask构造函数。请指导我。
AsyncTask
为您的异步任务创建一个构造函数,并将上下文和所需参数传递给构造函数。
在 AsyncTask 类的构造函数中传递上下文,并在整个类中使用它,例如进行中的对话框等