An external display is a graphical device such as a CRT monitor, flat panel display, TV or projector, which is not built-in to the desktop computer, laptop or tablet device.
Questions tagged [external-display]
48 questions
0
votes
1 answer
Add and bind UIView on External Monitor using MvvmCross
I'm attempting to Display an UIView on an external monitor in iOS if one is detected. I am able to detected and display a simple UIView using the following code...
public void CheckForExternalDisplay()
{
if…

blakeD
- 97
- 1
- 4
0
votes
0 answers
iOS: Create an external window that's not fullscreen?
I'm doing an iPad app that utilizes video mirroring to mimic the content I'm putting on the iPad's display. But I'd like to add some additional content to the screen without screwing up the mirroring.
My thought was to create an external window that…

Greg Maletic
- 6,225
- 8
- 54
- 73
-3
votes
1 answer
How can we programmatically control the screen orientation in secondary displays?
I am handling secondary display from an application developed in the Android Studio using presentation class. Now I want to control the screen orientation like setting portrait and landscape. I am able to set the orientation for the primary display…

anjula tanguturi
- 1
- 2