? ? ? ?根據以下方法,更新視圖對象(CrimeFragment.java)
? ? ? ?@Override
? ? ? ?public View onCreateView(LayoutInflater inflater, ViewGroup parent,
? ? ? ?Bundle savedInstanceState) {
? ? ? ?...
? ? ? ?mTitleField = (EditText)v.findViewById(R.id.crime_title);
? ? ? ?mTitleField.setText(mCrime.getTitle());
? ? ? ?mTitleField.addTextChangedListener(new TextWatcher() {
? ? ? ?...
? ? ? ?});
? ? ? ?...
? ? ? ?mSolvedCheckBox = (CheckBox)v.findViewById(R.id.crime_solved);
? ? ? ?mSolvedCheckBox.setChecked(mCrime.isSolved());
? ? ? ?mSolvedCheckBox.setOnCheckedChangeListener(new OnCheckedChangeListener() {
? ? ? ?...
? ? ? ?});
? ? ? ?...
? ? ? ?return v;
? ? ? ?}
? ? ? ?運行CriminalIntent應用。選中Crime #4,查看顯示了正確信息的CrimeFragment實例,如圖下圖所示。
? ? ? ?百恒網絡是一家專業從事南昌APP開發、網站建設、微信開發以及網絡網銷等服務的南昌網絡公司,具有多年的手機APP實戰經驗,精通安卓和蘋果雙端的APP軟件開發,致力于為廣大有需要的客戶打造高端平臺,南昌APP開發公司就選百恒網絡,十多年經驗的品牌網絡公司,更值得信賴!