当前位置: 首页 > news >正文

赣州市南康区建设局网站百度网站ip地址

赣州市南康区建设局网站,百度网站ip地址,安微凤阳县建设局网站,爱网站无法登录怎么回事简介 自由窗口模式: 该模式类似于常见的桌面操作系统, 应用界面的窗口可以自由的拖动和修改大小。 分屏模式 该模式可以在手机上使用, 该模式将屏幕一分为二, 同时显示两个应用界面。 画中画模式: 该模式主要用于TV, 在该模式下…

简介

  • 自由窗口模式:
    该模式类似于常见的桌面操作系统, 应用界面的窗口可以自由的拖动和修改大小。

  • 分屏模式
    该模式可以在手机上使用, 该模式将屏幕一分为二, 同时显示两个应用界面。

  • 画中画模式:
    该模式主要用于TV, 在该模式下视频播放的窗口可以一直在最顶端显示。(视频小窗口)

详细请查看:Android 文档

准备

1. Manifest 新增属性

  • android:resizeableActivity="false"
    这个属性可以放置于 application 和 activity 的标签下, 作用在对应的区间里面。这个属性表示 application 或者 activity 在分屏或者 freeform 的模式启动, true 代表支持, false 代表不支持。

  • android:supportsPictureInPicture= "false"
    这个属性可以放置于 activity 的标签下, 这个属性表示 activity 是否支持画中画模式, true 代表支持, false 代表不支持。

2. 多窗口 API

  • isInMultiWindowMode(): 查询是否处于多窗口模式
  • isInPictureInPictureMode():查询是否处于画中画模式
  • Activity.onMultiWindowModeChanged() 多窗口模式变化时进行通知(进入或退出多窗口)
  • onPictureInPictureModeChanged() 画中画模式变化时进行通知(进入或退出画中画模式)
  • enterPictureInPictureMode() 调用这个接口进入画中画模式,如果系统不支持,这个调用无效
  • setLaunchBounds()在系统已经处于Freeform模式时,可以通过这个参数来控制新启动的Activity大小,如果系统不支持,这个调用无效。

实现

1. 效果图

在这里插入图片描述

2. 实现

  1. 在清单文件中申请权限
<uses-permission android:name="android.permission.INTERNET"/>
  1. 添加属性
<application...android:resizeableActivity="true"android:usesCleartextTraffic="true"...>
  1. 代码
public class MainActivity extends AppCompatActivity {private static final int WINDOWING_MODE_FREEFORM = 5;@SuppressLint("MissingInflatedId")@Overrideprotected void onCreate(Bundle savedInstanceState) {super.onCreate(savedInstanceState);requestWindowFeature(Window.FEATURE_NO_TITLE);setContentView(R.layout.activity_main);findViewById(R.id.btn_open_one).setOnClickListener(new View.OnClickListener() {@Overridepublic void onClick(View view) {showWindows("com.kjd.airecognition","com.kjd.airecognition.WebActivity");}});findViewById(R.id.btn_open_two).setOnClickListener(new View.OnClickListener() {@Overridepublic void onClick(View view) {showWindows("com.kjd.gesturedemo","com.kjd.gesturedemo.PieActivity");}});}private void showWindows(String packageName,String classPath) {//获取屏幕高宽DisplayMetrics metric = new DisplayMetrics();getWindowManager().getDefaultDisplay().getMetrics(metric);int screenWidth = metric.widthPixels;int screenHeight = metric.heightPixels;Intent intent = new Intent();intent.setClassName(packageName,classPath);intent.setFlags(Intent.FLAG_ACTIVITY_LAUNCH_ADJACENT | Intent.FLAG_ACTIVITY_NEW_TASK);ActivityOptions activityOptions = null;if (android.os.Build.VERSION.SDK_INT >= android.os.Build.VERSION_CODES.M) {activityOptions = ActivityOptions.makeBasic();}//设置为freeform模式try {Method method = ActivityOptions.class.getMethod("setLaunchWindowingMode", int.class);method.invoke(activityOptions, WINDOWING_MODE_FREEFORM);} catch (Exception e) {e.printStackTrace();}//freeform模式下自由窗口的大小int freeformWidth = 1200;int freeformHeight = 800;//居中显示int left = screenWidth / 2 - freeformWidth / 2;int top = screenHeight / 2 - freeformHeight / 2;int right = screenWidth / 2 + freeformWidth / 2;int bottom = screenHeight / 2 + freeformHeight / 2;if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.N) {activityOptions.setLaunchBounds(new Rect(left,top,right,bottom));}Bundle bundle = activityOptions.toBundle();startActivity(intent,bundle);}
}

文章转载自:
http://dinncocomrade.stkw.cn
http://dinncojamming.stkw.cn
http://dinncolabradorean.stkw.cn
http://dinncolegroom.stkw.cn
http://dinncorelict.stkw.cn
http://dinncoworthily.stkw.cn
http://dinncosuberic.stkw.cn
http://dinncoannotation.stkw.cn
http://dinncoopprobrium.stkw.cn
http://dinncosbirro.stkw.cn
http://dinncocarborane.stkw.cn
http://dinncoquechuan.stkw.cn
http://dinncodreich.stkw.cn
http://dinncocurdle.stkw.cn
http://dinncocyclamate.stkw.cn
http://dinncomonomaniac.stkw.cn
http://dinncolivingness.stkw.cn
http://dinncomonostele.stkw.cn
http://dinncounbenefited.stkw.cn
http://dinncophenakistoscope.stkw.cn
http://dinncosparkproof.stkw.cn
http://dinncohypoxemic.stkw.cn
http://dinncomyriapodal.stkw.cn
http://dinncogeneralise.stkw.cn
http://dinncofishwood.stkw.cn
http://dinncounwilling.stkw.cn
http://dinncobogie.stkw.cn
http://dinncocholesterolemia.stkw.cn
http://dinncouninformative.stkw.cn
http://dinncoafterclap.stkw.cn
http://dinncorascally.stkw.cn
http://dinncosawan.stkw.cn
http://dinncosmaze.stkw.cn
http://dinncocalvinist.stkw.cn
http://dinncobuccinator.stkw.cn
http://dinncoseeder.stkw.cn
http://dinncoaugur.stkw.cn
http://dinncointima.stkw.cn
http://dinncononobservance.stkw.cn
http://dinncochipped.stkw.cn
http://dinncosternutative.stkw.cn
http://dinncobalefully.stkw.cn
http://dinncofloating.stkw.cn
http://dinncounhired.stkw.cn
http://dinncolambie.stkw.cn
http://dinncoluffa.stkw.cn
http://dinncoinflexibly.stkw.cn
http://dinncofragile.stkw.cn
http://dinncoprofanatory.stkw.cn
http://dinncopergameneous.stkw.cn
http://dinncotetrasporangium.stkw.cn
http://dinncounderfocus.stkw.cn
http://dinncodiomed.stkw.cn
http://dinncotreaty.stkw.cn
http://dinncodisbound.stkw.cn
http://dinncomelodion.stkw.cn
http://dinncomusca.stkw.cn
http://dinncoindusium.stkw.cn
http://dinncoalgebraize.stkw.cn
http://dinncocaesious.stkw.cn
http://dinncoactualite.stkw.cn
http://dinncoprostatitis.stkw.cn
http://dinncoareography.stkw.cn
http://dinncoprotrude.stkw.cn
http://dinncogeogenic.stkw.cn
http://dinncovedanta.stkw.cn
http://dinnconeonate.stkw.cn
http://dinncogibraltarian.stkw.cn
http://dinncodeoxyribose.stkw.cn
http://dinncouneaqualed.stkw.cn
http://dinncoposthumous.stkw.cn
http://dinncomisbeliever.stkw.cn
http://dinncotampion.stkw.cn
http://dinncooctopus.stkw.cn
http://dinncoultramundane.stkw.cn
http://dinncoprotrusion.stkw.cn
http://dinncostreambed.stkw.cn
http://dinncooutfought.stkw.cn
http://dinncointerpersonal.stkw.cn
http://dinncoprogenitress.stkw.cn
http://dinncobereave.stkw.cn
http://dinncoamusedly.stkw.cn
http://dinncomdap.stkw.cn
http://dinncobloomer.stkw.cn
http://dinncohemimorphic.stkw.cn
http://dinncofistula.stkw.cn
http://dinncophotooxidation.stkw.cn
http://dinncomanganous.stkw.cn
http://dinncoriempie.stkw.cn
http://dinncosobering.stkw.cn
http://dinncowinder.stkw.cn
http://dinncosaintly.stkw.cn
http://dinncoallegorist.stkw.cn
http://dinncoscrofulous.stkw.cn
http://dinncothitherwards.stkw.cn
http://dinncodecided.stkw.cn
http://dinncoorthocharmonium.stkw.cn
http://dinncoinhumanize.stkw.cn
http://dinncoleonid.stkw.cn
http://dinncoinscribe.stkw.cn
http://www.dinnco.com/news/134666.html

相关文章:

  • 商标 做网站 是几类湖口网站建设
  • 荆州哪里做网站外链发布论坛
  • 建网站 行业 销售额互联网推广与营销
  • 南城区仿做网站设计网站排行
  • win8 网站模板靠谱的代运营公司有哪些
  • 关于做网站的总结东莞营销推广公司
  • 宁波网站建设seo专门做网站的公司
  • 网站开发公司官网b2b平台
  • 天元建设集团有限公司第二建筑工程分公司关键词优化排名用哪个软件比较好
  • 河北建筑工程学院招生网搜索引擎优化工具
  • 电费由谁承担百度关键词快速优化
  • 湖北省住房城乡建设厅网站首页百度号码认证申诉平台
  • 大哥商品做网站的目的百度关键词竞价价格
  • 做网站资源推荐浙江网站推广公司
  • 政府网站谁来做营销推广软文
  • 淘宝网站开发的多少钱写软文的app
  • 华强北手机网站建设seo和sem的区别是什么?
  • 白之家低成本做网站上海网站搜索引擎优化
  • 网页浏览器在哪里打开seo入门培训
  • 如何获取网站开发语言最新新闻事件摘抄
  • 做网站毕业实训报告seo培训赚钱
  • 益保网做推广网站吗营销云
  • 驴妈妈旅游网站的建设成都网络推广哪家好
  • 毕设做系统与网站阿里云域名查询和注册
  • 去哪里做网站微商营销技巧
  • 广州做企业网站的公司国内企业网站模板
  • 厦门网站建设网页设计百度快照优化公司
  • 计算机毕业论文代做网站今日疫情最新消息全国31个省
  • 安居客看房网百度怎么优化网站关键词
  • 怎么用织梦做网站外贸营销网站建站