How to embed a YouTube video in Android Studio | Jetpack Compose
31-01-2026 - Andrés Cruz
How to embed YouTube videos in Android using Jetpack Compose. Learn how to set up dependencies, manage the lifecycle with DisposableEffect, and use AndroidView.
It explains how to play an audio in Android with the MediaPlayer class and how to prepare the audio and/or videos asynchronously, how to use the MediaPlayer through a service and interact with the activity that calls the service.
How to receive data from YouTube videos through its API and PHP
23-12-2025 - Andrés Cruz
We will see how to obtain the details of the videos of a channel with PHP using PHP's CURL requests and then process them and perform some action such as displaying them in a list.
How to insert YouTube videos on our website (HTML)?
06-12-2025 - Andrés Cruz
YouTube is a digital content platform where you can find all kinds of videos as well as providing options that allow you to easily insert videos into our website (HTML).
How to use the YouTube iFrame Player API in JavaScript to load and play videos with JavaScript
24-11-2025 - Andrés Cruz
Learn to master the YouTube iFrame Player API with this comprehensive guide. Control playback, create automatic playlists, and customize your videos with JavaScript.