Le Chénéchal M, Duval T, Gouranton V, et al. Vishnu: virtual immersive support for HelpiNg users an interaction paradigm for collaborative remote guiding in mixed reality[C]//2016 IEEE Third VR Inter...
原创 2021-08-19 11:26:36
111阅读
Major companies from the manufacturing industry (aerospace, ground transportation, industrial machinery) use IC.IDO VR software to perform collaborative and immersive design reviews, to evaluate and o
转载 2021-08-17 14:43:12
156阅读
0. 引子Kotlin 火了吗?也许吧。反正以前不知道它的,现在陆陆续续知道了;以前不敢用它的,现在也开始慢慢接受了;以前就热衷于它的,比如我这样的(说着摸了摸自己的脸,嗯,够大 T T)还是一如既往的想着怎么让大家都用起来。其实,5·18 的 Google IO 大会,只是给了大家一次发现 Kotlin 的机会;而到 Kotlin 的普及,需要一个过程,需要一个大家都接受它,喜欢它,恨它,又难以
转载 9月前
24阅读
一手遮天 Android - UI: 沉浸式(immersive
转载 2021-06-02 08:53:00
158阅读
2评论
New York TechStars 2011 毕业项目 Immersive Labs 宣布获得了81万美元的
翻译 2011-09-20 12:17:54
58阅读
public static final int MIN_API = 17; //沉浸式 public static void immersive(Activity activity) { immersive(activity, DEFAULT_COLOR, DEFAULT_ALPHA); } public static void immersive(Activity activity, int c
Windows uses an isolation technology called 'AppContainer' that may interface with traffic capture from Immersive Application and the Edge browser. Us ...
转载 2021-10-01 11:13:00
1585阅读
2评论
Motion is an important aspect of a complete immersive experience, therefor we are going to look into the animation API Animated. Animated allows us to
转载 2018-02-09 04:27:00
89阅读
2评论
# Unity App能用Android Studio吗? > "Unity is a powerful cross-platform game engine that allows developers to create interactive and immersive experiences. Android Studio, on the other hand, is the offic
原创 2024-01-28 05:43:10
54阅读
# JavaFX WorldWind: Bringing the World to Your Screens JavaFX is a popular platform for creating rich internet applications with immersive user interfaces. WorldWind is a powerful geospatial data vis
原创 2024-03-18 05:47:28
36阅读
Android 4.4 带来了沉浸式全屏体验, 在沉浸式全屏模式下, 状态栏、 虚拟按键动态隐藏, 应用可 以使用完整的屏幕空间, 按照 Google 的说法, 给用户一种 “身临其境” 的体验。IMMERSIVE 和 IMMERSIVE_STICKY 标记, 可以用这两个标记与SYSTEM_UI_FLAG_HIDE_NAVIGATION 和 S
RimWorld for Linux: The Ultimate Gaming Experience RimWorld is a popular simulation game that has captured the hearts of gamers around the world. With its immersive gameplay, detailed world-building
原创 2024-05-16 10:11:23
90阅读
# Easy AR for iOS Easy AR is a powerful augmented reality (AR) library that enables developers to create immersive and interactive AR experiences for iOS devices. In this article, we will introduce t
原创 2024-01-12 13:07:15
86阅读
# Unity Android Fragment: Integrating Unity with Android Fragments Unity is a powerful cross-platform game engine that is widely used by game developers to create interactive and immersive experience
原创 2024-05-05 05:27:44
57阅读
全屏模式有些操作在全屏模式下会让用户获得最佳体验,例如视频、游戏、图片库、图书和演示文稿中的幻灯片。本文介绍了如何采用全屏模式吸引用户更深入地了解相关内容,并防止用户意外退出应用。Android 提供了三种用于将应用设为全屏模式的方法:向后倾斜模式(Lean Back)、沉浸模式(Immersive)和粘性沉浸模式()Immersive Sticky。在这三种模式中,android的系统栏都是隐藏
这篇文章可结合Android9.0 完全隐藏导航栏、状态栏Android应用设置沉浸式全屏时,一般会使用到如下的Flag:View.SYSTEM_UI_FLAG_IMMERSIVE或View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY以及View.SYSTEM_UI_FLAG_HIDE_NAVIGATION。使用了以上的Flag组合后呢,系统会弹窗提示用户当前是全屏显示,弹框如
前段时间,项目中用到了沉浸式的状态栏,在此记录一下,代码如下:package com.jackie.immersive;import android.os.Bui
原创 2022-12-06 01:26:39
187阅读
// This snippet hides the system bars. 2 private void hideSystemUI() { 3 // Set the IMMERSIVE flag. 4 // Set the content to appear under the system bars so that the content 5 // doesn't
原创 2022-02-17 16:49:01
649阅读
unity reflectVisualizing BIM and CAD projects in real-time 3D offers many advantages, but the workflow for creating these interactive, immersive experiences needs streamlining. That’s why we rece
// This snippet hides the system bars. 2 private void hideSystemUI() { 3 // Set the IMMERSIVE flag. 4 // Set the content to appear under the system bars so that the content 5 // doesn't re
原创 2021-12-08 11:26:18
1400阅读
  • 1
  • 2
  • 3
  • 4
  • 5