Top "Android-youtube-api" questions

The YouTube Android Player API enables you to incorporate video playback functionality into your Android applications.

Embed Youtube video inside an Android app

I'm using a WebView for displaying embedded Youtube video and that works on Galaxcy S2 (OS 2.3.5) and doesn't on Nexus …

android youtube android-webview android-youtube-api
How to play YouTube video inside Android WebView?

I am making RSS reader application, and I get RSS data from URL, and that RSS data can contain link …

android youtube android-webview android-youtube-api
Android YouTube API "An error occurred while initializing YouTube player"

I have an android app, which allows to play youtube video. I am using the latest YouTube API (1.2.1). I try …

android youtube youtube-api android-youtube-api
Struggling with Youtube Player Support Fragment

Im trying to use the Youtube Player Support Fragment in a fragment but the app always crash (NullPointerException) and I …

android android-fragments youtube youtube-api android-youtube-api
How to search videos with youtube data API in Android

I'm developing an application in Android which needs to search for videos of YouTube by Keyword. I have used Youtube …

android youtube youtube-api android-youtube-api
Error inflating class com.google.android.youtube.player.YouTubePlayerView In List Adapter

I am trying to inflate <com.google.android.youtube.player.YouTubePlayerView android:id="@+id/youtubeplayerview" android:layout_width="match_…

android youtube-api android-youtube-api
How to load YouTubePlayer using YouTubePlayerFragment inside another Fragment?? (Android)

I want to load a YoutubePlayer in a fragment using the YouTubePlayerFragment from the API The .xml file of the …

android android-fragments youtube-api android-youtube-api
Android: When watching a youtube video fullscreen I press back and the Activity finish

I've read all around the way of leaving fullscreen from a YouTube video is by pressing back, but in my …

android fullscreen android-youtube-api
How to play a video with the YouTube API using YouTubePlayerFragment?

I'm trying to play video in my Fragment. However, I cannot get it to work. If I'm extending 'YoutubeFailureRecovery' I …

android android-fragments android-youtube-api
How I can hide controls, full screen buttons in Youtube Player android API?

I am trying to hide the buttons in a Youtube video player (api). I used player.setShowFullscreenButton(false) this hides …

android youtube-api android-youtube-api youtube-data-api