资源简介

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个文件信息

评论

共有 条评论