Created
February 11, 2019 19:03
-
-
Save PierfrancescoSoffritti/503eefb77536d0f9194647b0e4293dff to your computer and use it in GitHub Desktop.
android-youtube-player, an open source alternative to the official YouTube Player API: https://medium.com/@soffritti.pierfrancesco/how-to-play-youtube-videos-in-your-android-app-c40427215230
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
YouTubePlayerView youTubePlayerView = findViewById(R.id.youtube_player_view); | |
getLifecycle().addObserver(youTubePlayerView); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment