Version: Android 1.2.1
Navigation
As described, all Player
implementations accept either a single video or a group of them (through
either List
or Playlist
). When your content includes more than one video, players are able
to navigate between them.
#
The Navigator objectInternally, navigation is managed by a Navigator
object (see below) that you
can access using Player.navigator
and register listeners if needed.
The navigator will let you navigate through the player content using handy next / previous functions.
You can also use NavigatorListener
to receive real-time updates. This functionality is used, for
example, by controls to keep the UI up-to-date: