LinearProgressIndicator and CircularProgressIndicator in Android Studio | Jetpack Compose
28-01-2026 - Andrés Cruz
Learn how to implement CircularProgressIndicator/LinearProgressIndicator in Jetpack Compose. Step-by-step guide to handling mutable states, customizing colors, and optimizing performance with lambdas.
Bottom Sheets in Android to show dialogs with Android Studio
24-01-2026 - Andrés Cruz
Through a simple example, it is explained how to use Bottom Sheets in Android including their definition, status and the two types that exist: the modal bottom sheet and the Persistent Bottom Sheet.
The dialogs (dialogs) in Android are nothing more than a small customizable window through styles and layouts and in the Android SDK it has built-in classes; in this entry we will see the different types of dialogs in Android.
The <dialog> element in HTML: a practical guide, examples, and best practices
04-12-2025 - Andrés Cruz
Learn how to use the <dialog> element in HTML to create accessible, customizable, and library-free native modals. Examples, methods, attributes, and best practices.