Blog

Abordamos tópicos de programación web, apps Android y escritorio con un enfoque 100% práctico y aplicado al mundo laboral.

Rutas de Aprendizaje Libros Cursos Categorías Anuncios

The FullScreen API in JavaScript

24-11-2025 - Andrés Cruz

The FullScreen API in JavaScript

JavaScript The FullScreen API allows you to present a web page or the different elements that make it up in full screen or FullScreen.


How to get screen resolution with JavaScript/jQuery?

24-11-2025 - Andrés Cruz

How to get screen resolution with JavaScript/jQuery?

JavaScript In this entry we will see how to obtain the resolution of a screen with native JavaScript, we will also see how to detect a change in the browser's resolution every time the window is resized with JavaScript and jQuery.


Picture in Picture Mode in Flutter in Android: Implementation and Tips

21-06-2026 - Andrés Cruz

Picture in Picture Mode in Flutter in Android: Implementation and Tips

Flutter I show you how to implement Screen-in-Screen mode from a Flutter app.