Anuncios Libros Cursos Categorías

LinearProgressIndicator and CircularProgressIndicator in Android Studio | Jetpack Compose

28-01-2026 - Andrés Cruz

LinearProgressIndicator and CircularProgressIndicator in Android Studio | Jetpack Compose

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

Bottom Sheets in Android to show dialogs with Android Studio

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.


Dialogs (dialogs) in Android | Jetpack Compose

19-01-2026 - Andrés Cruz

Dialogs (dialogs) in Android | Jetpack Compose

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

The <dialog> element in HTML: a practical guide, examples, and best practices

Learn how to use the <dialog> element in HTML to create accessible, customizable, and library-free native modals. Examples, methods, attributes, and best practices.


Bottom sheet, showModalBottomSheet, StatefulBuilder and State Management in Flutter

22-11-2025 - Andrés Cruz

Bottom sheet, showModalBottomSheet, StatefulBuilder and State Management in Flutter

We will see how to use Bottom Sheet Modals in Flutter using showModalBottomSheet and some additional considerations.


Dialogs in Laravel 12 Inertia 2 + Vue

16-11-2025 - Andrés Cruz

Dialogs in Laravel 12 Inertia 2 + Vue

We implemented a native confirmation dialog in Laravel Inertia and also, using Oruga UI with Vue.