My title is maybe a joke for those who know well the subject but I prefer ask you to learn.
So my goal is to display ONE specific fragment in an external display when I connect the device. Obviously I found the nice projet cwac-presentation from commonsware : https://github.com/commonsguy/cwac-presentation
I managed to run the demo of SimpleMirrorActivity and WebMirrorActivity which display respectively a mirror of an EditText and a webpage on the same layout.
Then, I looked at how the class MirrorPresentationActivity works and managed to run it. It displays a webpage in the external display.
But my goal is to display one specific fragment and I don't think there is an example of that. I read lots of time the description of MirrorPresentationFragment but didn't still understand how to run it.
Is it possible to get one example or more explanations to do it?
Thanks, that will help me a lot.