| ÎļþÃû´Ó app/src/main/java/cn/flightfeather/thirdapp/fragment/TaskFragment.java ÐÞ¸Ä |
| | |
| | | package cn.flightfeather.thirdapp.fragment; |
| | | package cn.flightfeather.thirdapp.module.task; |
| | | |
| | | import android.app.AlertDialog; |
| | | import android.content.DialogInterface; |
| | |
| | | import cn.flightfeather.thirdapp.adapter.TaskListAdapter; |
| | | import cn.flightfeather.thirdapp.bean.entity.Scense; |
| | | import cn.flightfeather.thirdapp.bean.entity.Subtask; |
| | | import cn.flightfeather.thirdapp.bean.vo.TaskPack; |
| | | import cn.flightfeather.thirdapp.bean.entity.Userinfo; |
| | | import cn.flightfeather.thirdapp.bean.vo.TaskPack; |
| | | import cn.flightfeather.thirdapp.bean.vo.TaskVo; |
| | | import cn.flightfeather.thirdapp.httpservice.SubTaskService; |
| | | import cn.flightfeather.thirdapp.httpservice.TaskService; |
| | | import cn.flightfeather.thirdapp.module.task.MonthTaskManagementActivity; |
| | | import cn.flightfeather.thirdapp.module.task.NewSubTaskActivity; |
| | | import cn.flightfeather.thirdapp.module.task.SceneDetailActivity; |
| | | import cn.flightfeather.thirdapp.util.CommonUtils; |
| | | import cn.flightfeather.thirdapp.util.Constant; |
| | | import cn.flightfeather.thirdapp.util.DateFormatter; |
| | |
| | | import retrofit2.Retrofit; |
| | | |
| | | /** |
| | | * A simple {@link Fragment} subclass. |
| | | * |
| | | */ |
| | | public class TaskFragment extends Fragment implements RecyclerItemClickListener.OnItemClickListener |
| | | , View.OnClickListener { |
| | | |
| | | private int taskKindChoice; |
| | | private int taskKindChoice = 1; |
| | | private CommonApplication application; |
| | | private Retrofit mRetrofit; |
| | | private boolean requestAgain; |
| | |
| | | } |
| | | |
| | | /** |
| | | * 2018.11.05 by riku |
| | | * æ´æ¢æ°æ ·å¼çå¼¹åºæ¡ï¼åè½æªä¿®æ¹ |
| | | * æ¾ç¤ºæ°å¢ä»»å¡ç±»åï¼é¡¶å±ä»»å¡ãåä»»å¡ |
| | | */ |