如何在我的应用程序内的窗口中运行另一个 Android 应用程序/活动
我想要做的是能够启动另一个 Android 子应用程序(我没有自己编写)来在我的主应用程序的窗口内运行。我希望主应用程序的元素上的某些触摸事件等仍然可见,以允许我停止子应用程序。
我找到了如何使用 Intent 启动另一个活动的示例 - 但我没有发现任何东西允许我指定它在某个窗口中运行。
这有可能吗?
What I want to do is be able to start another Android sub application (which I have not written myself) to run inside a window within my main application. I would want certain touch events etc on the elements of the main app that are still visible to allow me to stop the sub application.
I've found examples of how to launch another activity using an Intent - but I have found nothing allowing me to specify that it runs in a certain window.
Is this possible at all?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
正常 Android 下不存在窗口隐喻。
一些平板电脑制造商已将其添加到他们的版本中,但使用 Windows 会降低应用程序的可移植性。
The window metaphor does not exist under normal Android.
Some tablet makers have added it to their builds, but using windows would reduce the portability of your app.