Questions tagged [android-presentation]
6 questions
2
votes
0 answers
How to render a protected egl surface to external screen of an android phone
I hava an android phone with type-c port and it can connect to an external display. I want to use Opengles to render some drm content to the external display , so I create protected EGLContext and EGLSurface with "EGL_PROTECTED_CONTENT_EXT" flag .…

wzliu
- 21
- 2
1
vote
0 answers
Open DialogFragment from Presentation in Android
I'm trying to open a DialogFragment in a Presentation view.
But the DialogFragment keeps showing up in the Activity where the Presentation is projected from.
Can we have the DialogFragment in the Presentation itself or is this impossible since…

Nimila Hiranya
- 4,842
- 10
- 35
- 52
0
votes
0 answers
[android 12, 13]Display Content to Second Display and do simulate click and inputs on Second Display
No, sorry. External displays are display-only in standard Android. You can collect input on the primary display (e.g., your phone or tablet) and use that to affect the contents on the external display (e.g., call pageDown() or pageUp() on the…
0
votes
1 answer
PresentationFragment inflates slow in android
MyActivity is...
private var preso: ClientResultPresentationFragment? = null
private var presoHelper: PresentationHelper? = null
private val presoListener = object: PresentationHelper.Listener{
override fun…

c-an
- 3,543
- 5
- 35
- 82
0
votes
0 answers
how can I sync second screen and make it clickable?
I am making an app for a dual display device for 1:1, face to face consulting.
Basically, the secondary screen is not clickable. So, what I need to do is implementing a presentation.
But some activities are sharable screen. So, it must be clickable…

c-an
- 3,543
- 5
- 35
- 82
0
votes
1 answer
Is there any way to show two emulator for Sub Display(Presentation Class)?
I am working with Presentation Class to show different screen to the customers, but interact together.
But I have no idea how to test this out because my devices and emulators only show one screen.
Is there any way to accomplish this?

c-an
- 3,543
- 5
- 35
- 82