24-02-2026 - Andrés Cruz
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.
21-01-2026 - Andrés Cruz
Android Learn how to use lists in Jetpack Compose: Column, Row, LazyColumn, and LazyGrid. Optimize performance, scrolling, and reuse components efficiently.
20-01-2026 - Andrés Cruz
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.
15-01-2026 - Andrés Cruz
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.
26-12-2025 - Andrés Cruz
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.
05-12-2025 - Andrés Cruz
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.
11-03-2026 - Andrés Cruz
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.
29-11-2024 - Andrés Cruz
Flutter I'll tell you how you can generate a list with random positions of Widgets in Flutter.
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.
28-11-2025 - Andrés Cruz
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.