91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

Fragment與Activity之間的數據交換,大體上包括三種: 一、Fragment從Activity獲取數據(本文章只介紹第一種); 二、Activity從Fragment獲取數據; 三、Fragment之間獲取數據。 實現效果: 從Activity傳遞數據到兩個Fragment中,Fragment獲取數據后,展示出來。

資源截圖

代碼片段和文件信息

/**?Automatically?generated?file.?DO?NOT?MODIFY?*/
package?com.fragmentdemo5_commute;

public?final?class?BuildConfig?{
????public?final?static?boolean?DEBUG?=?true;
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2014-06-10?17:15??FragmentDemo5_commute\
?????文件?????????475??2014-06-10?17:15??FragmentDemo5_commute\.classpath
?????文件?????????857??2014-06-10?17:15??FragmentDemo5_commute\.project
?????目錄???????????0??2014-06-10?17:15??FragmentDemo5_commute\.settings\
?????文件?????????177??2014-06-10?17:15??FragmentDemo5_commute\.settings\org.eclipse.jdt.core.prefs
?????文件?????????893??2014-06-10?17:15??FragmentDemo5_commute\AndroidManifest.xml
?????目錄???????????0??2014-06-10?17:15??FragmentDemo5_commute\assets\
?????目錄???????????0??2014-06-10?17:15??FragmentDemo5_commute\bin\
?????文件?????????893??2014-06-10?17:15??FragmentDemo5_commute\bin\AndroidManifest.xml
?????目錄???????????0??2014-06-10?17:15??FragmentDemo5_commute\bin\classes\
?????文件??????694464??2014-06-10?17:15??FragmentDemo5_commute\bin\classes.dex
?????目錄???????????0??2014-06-10?17:15??FragmentDemo5_commute\bin\classes\com\
?????目錄???????????0??2014-06-10?17:15??FragmentDemo5_commute\bin\classes\com\fragmentdemo5_commute\
?????文件?????????359??2014-06-10?17:15??FragmentDemo5_commute\bin\classes\com\fragmentdemo5_commute\BuildConfig.class
?????文件????????1665??2014-06-10?17:15??FragmentDemo5_commute\bin\classes\com\fragmentdemo5_commute\MainActivity.class
?????文件????????1331??2014-06-10?17:15??FragmentDemo5_commute\bin\classes\com\fragmentdemo5_commute\MyFragment1.class
?????文件????????1331??2014-06-10?17:15??FragmentDemo5_commute\bin\classes\com\fragmentdemo5_commute\MyFragment2.class
?????文件?????????361??2014-06-10?17:15??FragmentDemo5_commute\bin\classes\com\fragmentdemo5_commute\R$attr.class
?????文件?????????482??2014-06-10?17:15??FragmentDemo5_commute\bin\classes\com\fragmentdemo5_commute\R$dimen.class
?????文件?????????428??2014-06-10?17:15??FragmentDemo5_commute\bin\classes\com\fragmentdemo5_commute\R$drawable.class
?????文件?????????503??2014-06-10?17:15??FragmentDemo5_commute\bin\classes\com\fragmentdemo5_commute\R$id.class
?????文件?????????476??2014-06-10?17:15??FragmentDemo5_commute\bin\classes\com\fragmentdemo5_commute\R$layout.class
?????文件?????????409??2014-06-10?17:15??FragmentDemo5_commute\bin\classes\com\fragmentdemo5_commute\R$menu.class
?????文件?????????493??2014-06-10?17:15??FragmentDemo5_commute\bin\classes\com\fragmentdemo5_commute\R$string.class
?????文件?????????452??2014-06-10?17:15??FragmentDemo5_commute\bin\classes\com\fragmentdemo5_commute\R$style.class
?????文件?????????743??2014-06-10?17:15??FragmentDemo5_commute\bin\classes\com\fragmentdemo5_commute\R.class
?????目錄???????????0??2014-06-10?17:15??FragmentDemo5_commute\bin\dexedLibs\
?????文件??????234431??2014-06-10?17:15??FragmentDemo5_commute\bin\dexedLibs\android-support-v4-b6cc8e4a2e6dae08f92b9ba7866492d7.jar
?????文件??????281545??2014-06-10?17:15??FragmentDemo5_commute\bin\FragmentDemo5_commute.apk
?????目錄???????????0??2014-06-10?17:15??FragmentDemo5_commute\bin\res\
?????文件???????41763??2014-06-10?17:15??FragmentDemo5_commute\bin\resources.ap_
............此處省略53個文件信息

評論

共有 條評論