开发者

Android: Native Video Player events

When using native video player to play the video,

Is it possible to know whether the user has seen the entire video ((i.e) functionality somewhat similar to VideoView's onCompleteListener) or exited the Video somewhere in the middle?

I know I can use the VideoView to achieve this scenario but 开发者_StackOverflowI don't want to use the default media controller and also I want to keep designing the media controller from scratch as the Last option...

Thanks in advance...


use startActivityForResult, and check if there is something in the returned Intent. Also, the notion of "native player" implies that the player might be different from a device to another. Which in turn implies that you may have different info depending on the device your app runs on.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜