我可以开始一个新的应用程序,但里面"帧QUOT;我已经创建了?
问题描述:
是否有可能从我的应用程序启动另一个(其他)应用程序,但要显示帧里面的新的应用程序,我创建?
Is it possible to from my application to start another (any other) application, but the new application to be displayed inside a "frame" I have created?
答
不一般。你不能嵌入另一个应用程序的UI在你的应用程序。主要的例外是通过应用程序窗口小部件,如果实施 AppWidgetHost
。
Not generally. You cannot embed the UI of another app in your app. The primary exception to that is via app widgets, if you implement an AppWidgetHost
.