android-displaymanager

how can I sync second screen and make it clickable?

那年仲夏 提交于 2021-02-11 15:12:34
问题 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 in both screens. By default, the second screen is not clickable, but the second monitor displays the same screen. For making it clickable, I need to implement the presentation class for it. However, it will take a lot of times to implement it. So,

how can I sync second screen and make it clickable?

跟風遠走 提交于 2021-02-11 15:11:47
问题 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 in both screens. By default, the second screen is not clickable, but the second monitor displays the same screen. For making it clickable, I need to implement the presentation class for it. However, it will take a lot of times to implement it. So,