문제

I'm looking for a way to use an android tablet to control an external screen. More specifically, I'd like my app to display one view on the tablet, and a second on an external device, such as a projector. I've yet to come across a way of doing this in my reading, but I'm not sure if I'm asking the right questions. Is such a thing possible? This answer seems to suggest it might be, at least for certain hardware.

도움이 되었습니까?

해결책

A bit late...but now there is an answer.

So far some vendor specific..and I think 'private' apis were there to do that. But from API level 17, android officially supports external display feature.

You can use the "android android.app.Presentation" class from API level 17 to achieve this.

Please see the below links for more details.
http://developer.android.com/about/versions/android-4.2.html

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top