Blog

Abordamos tópicos de programación web, apps Android y escritorio con un enfoque 100% práctico y aplicado al mundo laboral.

Rutas de Aprendizaje Libros Cursos Categorías Anuncios

Create a paginate list or table view in CodeIgniter 4 styled in Bootstrap 4 or 5

24-02-2026 - Andrés Cruz

Create a paginate list or table view in CodeIgniter 4 styled in Bootstrap 4 or 5

CodeIgniter We are going to know how we can create the list of records in a table using CodeIgniter 4, this list will be paginated and it is a fundamental element for our CRUD.


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

Android 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

Android 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

Android 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

Swift Learn SwiftUI from scratch and create your first iOS apps with this practical guide. Concepts, components, lists, state, and real-world examples for beginners.


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

HTML 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.


How to create Lists and Grids in Flutter: A complete guide to ListView and GridView

11-03-2026 - Andrés Cruz

How to create Lists and Grids in Flutter: A complete guide to ListView and GridView

Flutter We'll see how to create a list in Flutter using the ListView widget to display data, and also how to use the GridView system, animate them, and expand them.


ScaffoldMessenger Widget in Flutter: Custom SnackBars

21-11-2025 - Andrés Cruz

Flutter 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.


What is Vue Native? - First Steps

28-11-2025 - Andrés Cruz

What is Vue Native? - First Steps

Vue 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.


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

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.