Anuncios Libros Cursos Categorías

From RecyclerView to: LazyColumn, LazyRow and LazyVerticalGrid in Android Studio | Jetpack Compose

21-01-2026 - Andrés Cruz

From RecyclerView to: LazyColumn, LazyRow and LazyVerticalGrid in Android Studio | Jetpack Compose

Learn how to use lists in Jetpack Compose: Column, Row, LazyColumn, and LazyGrid. Optimize performance, scrolling, and reuse components efficiently.


Create a Card as a Container in Android Studio | Jetpack Compose

20-01-2026 - Andrés Cruz

Create a Card as a Container in Android Studio | Jetpack Compose

A letter is a container, usually with rounded edges and a raised edge that gives it depth. It is ideal for presenting data in an organized way.


Arrays and lists in Kotlin: Getting started with these mutable and immutable structures

15-01-2026 - Andrés Cruz

Arrays and lists in Kotlin: Getting started with these mutable and immutable structures

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

Getting started with SwiftUI to build your declarative interface

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

Some interesting effects that can be achieved with lists in CSS

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.


The <datalist> element in HTML5: a complete guide with practical examples

05-12-2025 - Andrés Cruz

The <datalist> element in HTML5: a complete guide with practical examples

The datalist element provided in HTML5 allows you to create a set of viable options to set as a value in other elements of type input.


What is Vue Native? - First Steps

28-11-2025 - Andrés Cruz

What is Vue Native? - First Steps

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.


ListView widget in Flutter

17-11-2025 - Andrés Cruz

ListView widget in Flutter

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.


Generate Random Widget List in Flutter

29-11-2024 - Andrés Cruz

Generate Random Widget List in Flutter

I'll tell you how you can generate a list with random positions of Widgets in Flutter.