dual display(RGB_MIPI) in Android 4.4 with different content in i.MX6Q

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

dual display(RGB_MIPI) in Android 4.4 with different content in i.MX6Q

跳至解决方案
1,335 次查看
bratzhang
Contributor II

Hi,

      My project need to display dual display which show different content in android4.4 OS in my i.MX6Q board. Now I have made that possilbe to show simultaneous display, but how to config to enable  the different? Could anyone have such a document to introduce that ?

    Thanks very much!

标签 (1)
0 项奖励
回复
1 解答
1,166 次查看
gary_bisson
Senior Contributor III

Hi Brat,

Please have a look at the Android Presentation API:

Presentation | Android Developers

There is a demo application available under development/samples/ApiDemos/ in your source tree.

This allows you to display something different on the secondary display, but only allows to have one app running at the same time. If you wish to have one app on each display, it is not supported/allowed by Android by default. If absolutely necessary, you'll need to integrate external patches:

tieto/multiwindow_for_android · GitHub

Regards,

Gary

在原帖中查看解决方案

2 回复数
1,167 次查看
gary_bisson
Senior Contributor III

Hi Brat,

Please have a look at the Android Presentation API:

Presentation | Android Developers

There is a demo application available under development/samples/ApiDemos/ in your source tree.

This allows you to display something different on the secondary display, but only allows to have one app running at the same time. If you wish to have one app on each display, it is not supported/allowed by Android by default. If absolutely necessary, you'll need to integrate external patches:

tieto/multiwindow_for_android · GitHub

Regards,

Gary

1,166 次查看
bratzhang
Contributor II

Dear Gary:

     Roger,thanks!

0 项奖励
回复