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,336件の閲覧回数
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,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

元の投稿で解決策を見る

2 返答(返信)
1,168件の閲覧回数
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,167件の閲覧回数
bratzhang
Contributor II

Dear Gary:

     Roger,thanks!

0 件の賞賛
返信