android-youtube-api Questions
3
After app submission I am getting message that "My app submission was rejected for violating the Device and Network Abuse policy. Before submitting your app for another review, read through the pol...
Surgery asked 20/9, 2016 at 10:2
1
Using Eclipse Memory Analyzer i discovered that if I go back and forth between 2 activity (e.g. A and B), although onDestroy method of activity B is called, GC never removes it from memory, so I ha...
Dominus asked 25/11, 2014 at 13:29
1
Asking this question because I did not find solution/suggestions after searching for hours. All answered solutions are with Fragment. What I am looking for ViewPagerAdapter and FrameLayout.
My Vie...
Apeak asked 20/3, 2018 at 12:10
1
I build web and mobile app and they are synchronized. So, after I login and authorize google account to get access token, refresh token, expires to upload video on youtube and store in database. An...
Sinclare asked 3/4, 2015 at 10:20
4
Solved
Im implementing an android app that enables users to stream to a youtube channel straight from the app. I have created an API key and a OAuth 2.0 client ID
But I get a the following exeption: com....
Gracielagracile asked 2/12, 2016 at 22:5
4
I am trying to hide the buttons in a YouTube video player (api). I used
player.setShowFullscreenButton(false)
this hides the fullscreen button successfully, but I did not find way to hide the cont...
Decigram asked 7/10, 2013 at 17:55
1
I am trying to build an app that plays a list of videos. Its a very basic implementation based on the API samples.
The playlist (array of video_ids) gets loaded using player.loadVideos method. Cha...
Depressor asked 29/8, 2013 at 10:26
1
I am facing this problem I don't have any scenario it reported as 20 times:
I have the youtube jar as the version number is:
Manifest-Version: 1.0
Name: com/google/android/youtube/player
Specifi...
Pinkney asked 27/5, 2017 at 10:57
0
I have a activity with multiple fragments in which i am creating youtube fragment dynamically (only when needed). When played it shows the progress bar for 10 sec and then resumes the video .Also t...
Mauri asked 4/9, 2017 at 4:10
2
I am using the YouTube API, and I want to apply the Swipe left and right gesture on YouTubePlayerView in full screen mode.
The Swipe gestures are not working in Android version 4.0+ when YouTubePl...
Neilla asked 10/6, 2013 at 19:59
1
Solved
I am developing one android application. In this application I want youtube video play with youtube player in ListView or RecyclerView with AppCompatActivity. I have used YouTubeBaseActivity it is ...
Late asked 4/8, 2017 at 17:41
4
Solved
Filing bug to YouTube Android Player API Library engineers: see android-youtube-api tag
Over the course of the past week and a half, I've noticed this weird BadParcelableException steadily increas...
Atheist asked 6/6, 2017 at 0:42
3
Solved
I have developed an app that uses YouTube android API to play a certain video inside the app. At that time I have used as target API 19, and also target API 19. Now I want do change the design of t...
Partitive asked 7/5, 2015 at 13:0
1
Solved
I looked into other threads, but found no solution for this, except it was originally detected for API 21, i.e. Lollipop. While, I am facing this issue in Lollipop as well as post-Lollipop versions...
Essive asked 22/6, 2017 at 10:9
1
I am trying to add a View containing a YouTube Player to an Activity that keeps on playing when I rotate the device. Since the UI contains more than just the video, I am using a YouTubePlayerFragme...
Epigastrium asked 28/6, 2017 at 20:0
1
I built an app that plays YouTube iframe video via WebView and controls video with YouTube iframe api.
(I know that YouTube SDK for Android may be more recommended for Android app development, but...
Utterance asked 17/9, 2014 at 3:58
0
Problem : Youtube Player crashes on minimizing youtube player activity/Fragment in the app.
Cause : Youtube Player Update
Code
public class YouTubePlayerActivity extends YouTubeBaseActivity
imp...
Whitmore asked 15/6, 2017 at 15:18
2
Solved
I have a Fragment containing a YouTubePlayerSupportFragment. This fragment is inside a ViewPager.
The player works fine on my Galaxy S3 Android phone (4.3 / API 18) and on my VM (4.3 / API 18).
B...
Bandaid asked 24/5, 2015 at 21:28
2
Solved
I am struggle with YouTubePlayerSupportFragment for 3 days tried to make it run in a swipe fragment. It's show this error now, I have tried others ways and get NullPointerException. Is there a poss...
Lawannalawbreaker asked 31/5, 2016 at 14:23
3
Solved
I've read all around the way of leaving fullscreen from a YouTube video is by pressing back, but in my Activity it's not working like this but I'd like it to.
I post you the code:
public class Ma...
Needle asked 28/3, 2013 at 19:36
3
Solved
When I try to use YouTube API for Search, I get this error:
There was a service error: 403 : The request did not specify any
Android package name or signing-certificate fingerprint. Please ensu...
Tractile asked 17/9, 2016 at 5:19
2
Solved
I am trying to develop an app for myself, which will download the audio version of video playing in the Youtube App. I have figured out almost everything else, all I want is to get the URL of the v...
Stealing asked 28/6, 2016 at 8:5
2
Using the Android Youtube api i want to play two videos in my app main activity without using fragment we have the same problem with this Multiple Youtube players in one activity but has no accepta...
Zwick asked 5/3, 2014 at 6:1
2
I have changed my dependencies to import com.android.support:appcompat-v7:23.0.1 and com.android.support:design:23.0.1 but it's not fix the error. The youtube Fragment show: "an Error occured while...
Leann asked 3/6, 2016 at 2:17
2
Solved
I'm building a app that contains a YouTubePlayerView and YouTubePlayer, it works well in Portrait, Fullscreen-landscape but not landscape. It keeps pausing every second after I press play. The buff...
Bani asked 14/11, 2013 at 15:28
© 2022 - 2024 — McMap. All rights reserved.