android-youtube-api Questions
6
I tried the project explained on this YouTube video of how to play YouTube videos on Android apps:
https://www.youtube.com/watch?v=Up9BjrIuoXY
I tried to play YouTube videos with devices using Andr...
Tendon asked 15/9, 2020 at 20:58
5
I have an android app, which allows to play youtube video. I am using the latest YouTube API (1.2.1). I try it on a several devices within android version 4.0.4, 4.3, 4.4.4 or 5.0 and it works perf...
Iconium asked 18/3, 2015 at 22:25
1
I want to implement YouTube API in my Android app with some restrictions.
The Play/Pause button should be visible. (Both DEFAULT and MINIMAL style support this)
The time bar should be visible and...
Chicory asked 6/5, 2021 at 8:22
6
Solved
I'm using the YouTube API for Android. The video is playing normally but when I turn the screen, the player stop the video and it comes back from the beginning as if it had not been played. The sam...
Hyetology asked 4/12, 2013 at 18:36
1
I was planning on using the Youtube Android Player API, when I noticed it needs a YouTube Data API (v3), API key: https://developers.google.com/youtube/android/player/register
The Youtube Data API...
Suzy asked 14/4, 2014 at 3:9
1
I'm building an Android app which embeds YouTube videos. I'm confused on how the billing works for the YouTube Data API v3. Is it dependent on whether the APIs are called from GCP server or AWS ser...
Whiffletree asked 28/2, 2021 at 17:57
2
Solved
I want to play you tube video in my android application
I got exception while youtube initialization like "service_missing".
I write following code,
package com.example.youtubedemo;
import andro...
Bilicki asked 6/8, 2013 at 18:43
2
Solved
I'm a new programmer in Android studio.
I am trying to create a button that gets a file location and uploads it to my youtube account:
I succeeded to get a video file's directory in my android co...
Rintoul asked 6/4, 2015 at 19:19
5
Solved
For example this video can't be played with Youtube player API : https://www.youtube.com/watch?v=OLK1efdt3n8 (other videos from search response works ok)
I get the following messages :
09-25 17:1...
Friede asked 25/9, 2015 at 14:42
1
I have android native project (java) with YoutubeAndroidPlayerAPI.jar official library version 1.2.2 that have a function to be embedded Youtube Player in my App. Anything work fine before migratin...
Bunns asked 27/6, 2019 at 22:3
2
Solved
I'm using an Activity that has a layout with android.support.v4.view.ViewPager that I used to manipulate Tab navigation. I have different Fragments for different Tabs. On my third Tab, I'm loading ...
Cabman asked 6/11, 2013 at 8:20
0
We recently enabled YouTube data API for reading users YouTube channel id. Everything worked normally in the test project which we created.
Now we requested access to YouTube scope on our product...
Goldia asked 12/3, 2020 at 6:13
4
I was using Youtube Data APIto get youtube video but after getting mail from youtube which says api is disable due to inactive.
Youtube Data api not working since it was disabled by youtube becaus...
Salience asked 10/4, 2019 at 20:31
2
Solved
I am trying out youtube video to be played on my app. I understand this can be achieve by extending activity as YouTubeBaseActivity by doing this I don't have access to you my toolbar.
mActionBar ...
Emotionality asked 23/2, 2016 at 17:20
0
I am trying to play YouTube videos Picture-in-Picture mode without stopping in PIP mode. But the video stops playing on entering PIP with black screen and it will not play even after manually calli...
Cotyledon asked 25/7, 2019 at 9:40
3
Solved
I am trying to use Youtube Data API v3 to search on android, though when I try to search using my API key i always get this message:
{
"error": {
"errors": [
{
"domain": "usageLimits",
"reaso...
Nodus asked 19/1, 2014 at 19:40
6
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 S (OS 2.3.4), all I get is white screen without any video display.
Here is th...
Wirehaired asked 12/6, 2013 at 18:13
4
Solved
I am trying to inflate
<com.google.android.youtube.player.YouTubePlayerView
android:id="@+id/youtubeplayerview"
android:layout_width="match_parent"
android:layout_height="wrap_content"
andr...
Cabanatuan asked 22/7, 2015 at 17:34
1
Solved
Issue
The YouTube documentation does not clearly outline where to call seekToMillis() in the YouTube lifecycle of their API guide or documentation for Android.
In order to make sure the YouTube pla...
Bunton asked 24/9, 2018 at 14:39
1
When I try to play a youtube video on android using the youtube official api I get this error in logcat
E/YouTubeAndroidPlayerAPI: Embed config is not supported in RemoteEmbeddedPlayer.
and then ...
Vannavannatta asked 14/8, 2018 at 10:6
4
Solved
I know that on L I can only bind services that are declared explicit. In my app I'm currently using Youtube API and when running on devices with L I always get this error
java.lang.IllegalArgument...
Boutte asked 27/11, 2014 at 15:52
1
I am planning on having a YouTube player in my android app and found two alternatives: IFRAME API or with YouTube Android Player API. So far I don't find any reference for comparing the two approac...
Entablement asked 3/8, 2018 at 18:12
3
I am trying to get list of videos uploaded on my YouTube channel using following
https://www.googleapis.com/youtube/v3/search?part=snippet&channelId{MY_CHANNEL_ID}&maxResults=50&key={...
Constitutionalism asked 13/5, 2017 at 7:37
3
Solved
I'm developing an application in Android which needs to search for videos of YouTube by Keyword. I have used Youtube data API with the code below:
try {
youtube = new YouTube.Builder(Auth.HTTP_T...
Antifriction asked 20/2, 2014 at 16:43
2
To play a video in my app I decided to extend from YouTube Android Player API. But the problem is my menu is disappeared because I'm not extending from AppCompatActivity. The question is: how to us...
Emeraldemerge asked 24/6, 2018 at 18:14
1 Next >
© 2022 - 2024 — McMap. All rights reserved.