Tuesday, August 25, 2015

Using the YouTube API to Embed Video in an Android App

The YouTube Android Player API enables you to incorporate video playback functionality into your Android applications. The API allows you to load and play YouTube videos (and playlists) and to customize and control the video playback experience.

You can load or cue videos into a player view embedded in your application's UI. You can then control playback programmatically. For example play, pause, or seek to a specific point in the loaded video. You can register event listeners to get callbacks for certain events, such as the player loading a video or the player state changing. The API also has helper functionality to support orientation changes as well as transitions to fullscreen playback.

Continue reading %Using the YouTube API to Embed Video in an Android App%


by Joyce Echessa via SitePoint

No comments:

Post a Comment