Play video in or out

1

I'm developing a mobile service application & news for a company and in this there is an area of videos related to the institution. The doubt is:
 For the best user experience, should the app play the videos or request a default player?

Note: these are youtube videos.

    
asked by anonymous 13.08.2014 / 13:49

2 answers

0

Thinking from the user's point of view, I would prefer the video to open inside the application rather than the App being minimized and open the file on an external player, as it always has the detail of going back to the App after watching the video , if there are several videos ...

You also have the performance bid, which player do you intend to use? Native app or phonegap?

Links that may help:

icul8r.

    
13.08.2014 / 15:13
0

For videos hosted on youtube, use the Youtube Android Player API library integrated with your native application. Quiet well set up. See more at:

13.08.2014 / 21:07