CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 android开发

文件名称:android_fragment

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2015-10-28
  • 文件大小:
    1.5mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

Android运行在各种各样的设备中,有小屏幕的手机,超大屏的平板甚至电视。针对屏幕尺寸的差距,很多情况下,都是先针对手机开发一套App,然后拷贝一份,修改布局以适应平板神马超级大屏的。难道无法做到一个App可以同时适应手机和平板么,当然了,必须有啊。Fragment的出现就是为了解决这样的问题。你可以把Fragment当成Activity的一个界面的一个组成部分,甚至Activity的界面可以完全有不同的Fragment组成,更帅气的是Fragment拥有自己的生命周期和接收、处理用户的事件,这样就不必在Activity写一堆控件的事件处理的代码了。更为重要的是,你可以动态的添加、替换和移除某个Fragment。-Android running on a variety of devices, there is a small screen mobile phone, tablet or even a large-screen TV. For screen size disparity, in many cases, it is the first to develop a set for mobile App, then copy, modify the layout to accommodate the flat Shenma super large screen. Do not do a App can simultaneously accommodate mobile phones and tablet Why, of course, there must be ah. The emergence of Fragment is to solve this problem. You can put Fragment as an integral part of the Activity interface, and even the Activity interface can be completely different Fragment composition is more handsome Fragment has its own life cycle and for receiving, processing user events, so you do not write in Activity a bunch of event handling code control. More importantly, you can dynamically add, replace and remove a Fragment.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

android_fragment/
android_fragment/.classpath
android_fragment/.project
android_fragment/.settings/
android_fragment/.settings/org.eclipse.core.resources.prefs
android_fragment/AndroidManifest.xml
android_fragment/assets/
android_fragment/assets/MainActivity3.java
android_fragment/bin/
android_fragment/bin/android_fragment.apk
android_fragment/bin/AndroidManifest.xml
android_fragment/bin/classes/
android_fragment/bin/classes/com/
android_fragment/bin/classes/com/example/
android_fragment/bin/classes/com/example/android_fragment/
android_fragment/bin/classes/com/example/android_fragment/BuildConfig.class
android_fragment/bin/classes/com/example/android_fragment/MainActivity.class
android_fragment/bin/classes/com/example/android_fragment/MainActivity2$1.class
android_fragment/bin/classes/com/example/android_fragment/MainActivity2.class
android_fragment/bin/classes/com/example/android_fragment/MainActivity3$1.class
android_fragment/bin/classes/com/example/android_fragment/MainActivity3.class
android_fragment/bin/classes/com/example/android_fragment/MainActivity4$1.class
android_fragment/bin/classes/com/example/android_fragment/MainActivity4.class
android_fragment/bin/classes/com/example/android_fragment/MyFragment$1.class
android_fragment/bin/classes/com/example/android_fragment/MyFragment.class
android_fragment/bin/classes/com/example/android_fragment/MyFragment2.class
android_fragment/bin/classes/com/example/android_fragment/MyFragment3.class
android_fragment/bin/classes/com/example/android_fragment/MyFragment4.class
android_fragment/bin/classes/com/example/android_fragment/MyFragment5$MyListener.class
android_fragment/bin/classes/com/example/android_fragment/MyFragment5.class
android_fragment/bin/classes/com/example/android_fragment/R$attr.class
android_fragment/bin/classes/com/example/android_fragment/R$color.class
android_fragment/bin/classes/com/example/android_fragment/R$dimen.class
android_fragment/bin/classes/com/example/android_fragment/R$drawable.class
android_fragment/bin/classes/com/example/android_fragment/R$id.class
android_fragment/bin/classes/com/example/android_fragment/R$layout.class
android_fragment/bin/classes/com/example/android_fragment/R$menu.class
android_fragment/bin/classes/com/example/android_fragment/R$string.class
android_fragment/bin/classes/com/example/android_fragment/R$style.class
android_fragment/bin/classes/com/example/android_fragment/R.class
android_fragment/bin/classes.dex
android_fragment/bin/dexedLibs/
android_fragment/bin/dexedLibs/android-support-v4-07ab575b4404ee6570ca0afda0b678be.jar
android_fragment/bin/jarlist.cache
android_fragment/bin/res/
android_fragment/bin/res/crunch/
android_fragment/bin/res/crunch/drawable-hdpi/
android_fragment/bin/res/crunch/drawable-hdpi/ic_launcher.png
android_fragment/bin/res/crunch/drawable-mdpi/
android_fragment/bin/res/crunch/drawable-mdpi/ic_launcher.png
android_fragment/bin/res/crunch/drawable-xhdpi/
android_fragment/bin/res/crunch/drawable-xhdpi/ic_launcher.png
android_fragment/bin/res/crunch/drawable-xxhdpi/
android_fragment/bin/res/crunch/drawable-xxhdpi/ic_launcher.png
android_fragment/bin/resources.ap_
android_fragment/gen/
android_fragment/gen/com/
android_fragment/gen/com/example/
android_fragment/gen/com/example/android_fragment/
android_fragment/gen/com/example/android_fragment/BuildConfig.java
android_fragment/gen/com/example/android_fragment/R.java
android_fragment/ic_launcher-web.png
android_fragment/libs/
android_fragment/libs/android-support-v4.jar
android_fragment/proguard-project.txt
android_fragment/project.properties
android_fragment/res/
android_fragment/res/drawable/
android_fragment/res/drawable/radio_pressed.xml
android_fragment/res/drawable-hdpi/
android_fragment/res/drawable-hdpi/ic_launcher.png
android_fragment/res/drawable-ldpi/
android_fragment/res/drawable-mdpi/
android_fragment/res/drawable-mdpi/ic_launcher.png
android_fragment/res/drawable-xhdpi/
android_fragment/res/drawable-xhdpi/ic_launcher.png
android_fragment/res/drawable-xxhdpi/
android_fragment/res/drawable-xxhdpi/ic_launcher.png
android_fragment/res/layout/
android_fragment/res/layout/activity_main.xml
android_fragment/res/layout/fragment.xml
android_fragment/res/layout/fragment2.xml
android_fragment/res/layout/fragment_main.xml
android_fragment/res/layout/main.xml
android_fragment/res/layout/main2.xml
android_fragment/res/layout/main3.xml
android_fragment/res/layout/main4.xml
android_fragment/res/menu/
android_fragment/res/menu/main.xml
android_fragment/res/values/
android_fragment/res/values/colors.xml
android_fragment/res/values/dimens.xml
android_fragment/res/values/strings.xml
android_fragment/res/values/styles.xml
android_fragment/res/values-v11/
android_fragment/res/values-v11/styles.xml
android_fragment/res/values-v14/
android_fragment/res/values-v14/styles.xml
android_fragment/res/values-w820dp/
android_fragment/res/values-w820dp/dimens.xml
android_fragment/src/
android_fragment/src/com/
android_fragment/src/com/example/
android_fragment/src/com/example/android_fragment/
android_fragment/src/com/example/android_fragment/MainActivity.java
android_fragm

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com