Arrays and lists in Kotlin: Getting started with these mutable and immutable structures
15-01-2026 - Andrés Cruz
The Array and lists are a fundamental element that allow handling collections of data that in Kotlin are of mutable or immutable type and as a result of this they allow editing the list and/or consulting it only.
Getting started with SwiftUI to build your declarative interface
26-12-2025 - Andrés Cruz
Learn SwiftUI from scratch and create your first iOS apps with this practical guide. Concepts, components, lists, state, and real-world examples for beginners.
Some interesting effects that can be achieved with lists in CSS
16-12-2025 - Andrés Cruz
This explains how to create lists with CSS, the properties to vary the bullet type and position, and we'll also see how to create a menu and effects to animate our lists or menus using CSS animations; we'll see some interesting effects on lists.
In this entry we give an introduction to this technology, learning about its main characteristics and explaining why you can use it and take the first steps, installing it, buttons and your first app, remember that the technology is deprecated.
ScaffoldMessenger Widget in Flutter: Custom SnackBars
21-11-2025 - Andrés Cruz
Master ScaffoldMessenger in Flutter to display reliable SnackBar messages and avoid context errors. Learn to create custom notifications for confirmations, errors, or payments with code examples, from a simple message to an advanced design with icons and Stack.
Let's learn how to create a list in Flutter using the ListView widget: To display data using the ListView widget, I'll also show you how to use the GridView system in Flutter starting from a ListView, animate them, and the expand option.