位置: 编程技术 - 正文

Fragment的使用(fragment详解)

编辑:rootadmin

推荐整理分享Fragment的使用(fragment详解),希望有所帮助,仅作参考,欢迎阅读内容。

文章相关热门搜索词:fragment from,fragment方法,fragment.,fragment详解,fragment detach,fragment作用,fragment作用,fragment的应用,内容如对您有帮助,希望把文章链接给更多的朋友!

当你的应用需要支持很多种屏幕尺寸,你可以在不同的布局配置中重用你的Fragment组件在可用的屏幕尺寸上优化用户体验。

例如,在手持设备中一次只显示一个Fragment可能是一个合适的选择,当然在Pad设备中将两个Fragment拼在一起来填满更大尺寸的屏幕,同时为用户显示更多的信息。

在上图中,两个Fragment,配合不同的配置显示在不同尺寸的屏幕上的效果。

FragmentManager类提供了运行时在Activity上添加,移除或者替换Fragment的方法,从而可以制造出动态的体验。

在运行的Activity中添加一个Fragment

你可以在运行中的Activity中添加Fragment,如果你想在Activity的生命周期中改变Fragment。

FragmentManager类提供了运行时在Activity上添加,移除或者替换Fragment的方法,从而可以制造出动态的体验。

如果你的Activity允许Fragment被移除和替换,你需要在Activity的onCreate方法中添加初始化的Fragment(s)。

Fragment的使用(fragment详解)

一个处理Fragment的重要原则,Fragment必须有一个在布局中有一个让其寄存的View容器,特别是对那些运行时的Fragment。

以下是一个布局文件,每次显示一个Fragment。为了用一个Fragment替换另外一个,Activity的布局文件包含一个空的FrameLayout,作为Fragment容器使用。

res/layout/news_articles.xml:<FrameLayoutxmlns:android=" android:id="@&#;id/fragment_container" android:layout_width="match_parent" android:layout_height="match_parent" />

.

在Activity当中,利用getSupportFragmentManager()获取一个FragmentManager,以下是代码示例:

import android.os.Bundle;import android.support.v4.app.FragmentActivity; public class MainActivity extends FragmentActivity { @Override public voidonCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.news_articles); // Checkthat the activity is using the layout version with // thefragment_container FrameLayout if(findViewById(R.id.fragment_container) != null) { //However, if we're being restored from a previous state, // thenwe don't need to do anything and should return or else // wecould end up with overlapping fragments. if(savedInstanceState != null) { return; } // Create an instance of ExampleFragment HeadlinesFragment firstFragment = new HeadlinesFragment(); // Incase this activity was started with special instructions from an Intent, // passthe Intent's extras to the fragment as arguments firstFragment.setArguments(getIntent().getExtras()); // Addthe fragment to the 'fragment_container' FrameLayout getSupportFragmentManager().beginTransaction() .add(R.id.fragment_container,firstFragment).commit(); } }}

Fragment替换

替换Fragment的流程和添加的流程类&#;,只不过需要利用replace方法替换add方法。

需要记住的是,当你是Fragment切换的时候,例如替换或者一处,最好让用户拥有返回或者撤销的机会

当你允许用户返回或者撤销Fragment操作的时候,你必须在调用FragmentTransaction之前调用addToBackStack。

以下是一个示例:

// Create fragment and give it an argument specifying thearticle it should showArticleFragment newFragment = new ArticleFragment();Bundle args = new Bundle();args.putInt(ArticleFragment.ARG_POSITION, position);newFragment.setArguments(args); FragmentTransaction transaction =getSupportFragmentManager().beginTransaction(); // Replace whatever is in the fragment_container viewwith this fragment,// and add the transaction to the back stack so the usercan navigate backtransaction.replace(R.id.fragment_container,newFragment);transaction.addToBackStack(null); // Commit the transactiontransaction.commit();

文章转自:

Android基础教程(七)之----单选项框RadioGroup的综合应用 转自:

Fragment生命周期 官网帮助文档链接:

Android的事件处理-android学习之旅(四十四) androd事件处理简介控制飞机移动的简单实例packagepeng.liu.test;importandroid.app.ActionBar;importandroid.app.Activity;importandroid.graphics.Color;importandroid.os.Bundle;importandroid.

标签: fragment详解

本文链接地址:https://www.jiuchutong.com/biancheng/386770.html 转载请保留说明!

上一篇:android退出整个应用程序(android退出程序代码)

下一篇:Android基础教程(七)之----单选项框RadioGroup的综合应用(android基础教程第三版电子版)

  • 关联企业间借款利息扣除规定
  • 核定征收企业所得税应税所得率
  • 地税办理流程
  • 企业之间借款利息进项税可以抵扣吗
  • 土地增值税清算方法与技巧
  • 零申报资产负债表年初与期末数
  • 租赁费进项税可以抵扣吗
  • 出售无形资产和转让无形资产
  • 增值税可以做平吗
  • 实收资本未到位情况说明
  • 接受税务稽查补缴所得税账务处理怎么做?
  • 公司临时聘用人员法规
  • 即征即退和一般项目进项税比例怎样算出进项税额
  • 医院食堂承包方案的实施细则
  • 广告公司怎样
  • 走pos对公账户扣多少手续费
  • 公司入职员工
  • 往来款核销需要如何确认
  • 投资股权转让需要注意什么?
  • 工业企业出售厂房需要预缴税款吗
  • win7系统打开软件就停止工作
  • 个体户开劳务费发票需要交哪些税
  • 没有进项发票的货物能算成本吗
  • 已抵扣的发票怎么撤销
  • 上个月做无票收入这个月开票,怎么做分录
  • 房地产企业销售无产权车位
  • 小规模年底税金怎么算
  • 企业利润对外投资会计处理
  • 保险中介手续费规定最新
  • 缴纳季度企业所得税比例
  • 电子缴款凭证能代替完税证明吗
  • php激活码永久
  • php管理员和用户登录
  • vue–router
  • 小规模纳税人低于30万怎么填报申报表
  • 深度学习部署(十九): CUDA RunTime API YOLOV5后处理cpu解码以及gpu解码
  • 权益法转成本法非同一控制下为什么不公允
  • 民办非企业培训机构注册流程
  • 收到购置税完税通知书
  • 坏账准备计提范围包括
  • mongodb快速入门
  • About BitRock
  • 亏损企业研发费用可以加计么
  • 失控票要在抵扣当月转出吗
  • 以前年度损益调整账务处理分录
  • 建筑工程企业人才优势怎么写
  • 个人所得税完整申报流程
  • 合伙企业年底如何做账
  • 买下土地
  • 预付账款期末可能有余额吗
  • 增值税年末结转的会计处理
  • 被法院扣的钱怎么又退回来了
  • 经营范围之外的业务
  • 什么叫摊销
  • 电子记账凭证需要划线吗
  • 研发支出的帐务处理
  • 删除重复记录mysql
  • sql有没有返回上一步
  • windows安装orthofinder
  • centos启动按e没用
  • 安装软件报错1606
  • xp系统光盘读不出来
  • windowsxp回收站实际是
  • centos6.10安装
  • win8系统怎么关闭屏保
  • 使用自带DISM工具修复Windows8.1映像
  • win10网速特别慢
  • lsm.exe是什么进程
  • 常用adb命令大全
  • 如何用python进行数据处理
  • u3d unity3d
  • ubuntu服务器配置代理访问外网
  • unity meshcollider
  • javascript基础入门视频教程
  • js分享软件集合
  • 城市配套费需要什么资料
  • 服务协议属于哪类合同
  • 山东省税务局网站首页
  • 代收工会经费标准规定
  • 买新房子需要交契税吗
  • 免责声明:网站部分图片文字素材来源于网络,如有侵权,请及时告知,我们会第一时间删除,谢谢! 邮箱:opceo@qq.com

    鄂ICP备2023003026号

    网站地图: 企业信息 工商信息 财税知识 网络常识 编程技术

    友情链接: 武汉网站建设