Android Question Help with a programming trick for PageTurnView

Beja

Expert
Licensed User
Longtime User
Hi all,
Since PageTurnView only accepts text or images, I think it can also be tricked to (display) a video, and I put (display) between brackets because it actually will not display the video, but transparently and temporarily will exit to the videoview panel and when the video finishes the control will return to the page number of the pageturnview where it left. The background image of the video panel should be the same theme (color..etc) of the pageturnview so the transition is not obvious.
Any code suggestion is appreciated.

Thanks in advance
 
Top