Dropdown menus in Android Studio | Jetpack Compose
27-01-2026 - Andrés Cruz
Learn how to implement Dropdown Menus in Jetpack Compose. Master the use of reactive states, icons, and managing actions like edit and delete in your apps.
Navigation Drawer (side menu) in Android Studio | Jetpack Compose
25-01-2026 - Andrés Cruz
The Navigation Drawer is a panel that expands and collapses from the left side of the screen and displays a menu; In this first entry we will see how to create a basic side menu in Android.
How to create an animated hamburger-style button or menu using CSS and a little HTML
21-12-2025 - Andrés Cruz
It explains how to create an animated hamburger-style button using CSS, HTML, and a simple JavaScript function; the buttons, once clicked, become arrows and/or Xs as appropriate.