这是我列表中的加载程序
@Override
protected void onPreExecute() {
progress = ProgressDialog.show(
getActivity(), null, "Loading...");
super.onPreExecute();
}
我在应用程序中有 8 个选项卡,它们几乎相同,不同之处在于加载不同的内容...当我打开我的应用程序时,它们都同时显示,我不会将其更改为仅选择的片段...