Anuncios Libros Cursos Categorías

Expandable ListView inFlutter

26-05-2024 - Andrés Cruz

Lista Expandable ListView in Flutter is a widget that allows you to configure an item as expandable, it expands with a touch or click on it and with this, the rest of the hidden content can be shown.

Continuar leyendo


Expandable ListView en Flutter

26-05-2024 - Andrés Cruz

Lista Expandable ListView en Flutter es un widget que permite configurar un ítem como expandible, el mismo se expande con un toque o click sobre el mismo y con esto, poder mostrar el resto del contenido oculto.

Continuar leyendo


Creating a simple list with CRUD type options in Vue Native

24-10-2023 - Andrés Cruz

Creating a simple list with CRUD type options in Vue Native

Lista I show you how you can create a list with a scrollView in Vue Native with the CRUD type options.

Continuar leyendo


The datalist element in HTML5

24-09-2023 - Andrés Cruz

The datalist element in HTML5

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

Continuar leyendo


Getting started with SwiftUI to build your declarative interface

23-08-2023 - Andrés Cruz

Getting started with SwiftUI to build your declarative interface

Lista We are going to take the first steps with SwiftUI, learn about the necessary tools and how they work, and give some details about its syntax.

Continuar leyendo


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

06-07-2023 - Andrés Cruz

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

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

Continuar leyendo


How to create custom CardViews in Android

23-06-2023 - Andrés Cruz

How to create custom CardViews in Android

Lista It explains how to create a custom Android CardView that has elements centered horizontally and partially -in the middle- of the main CardView container.

Continuar leyendo


Creating a RecyclerView with Kotlin in Android Studio

21-06-2023 - Andrés Cruz

Creating a RecyclerView with Kotlin in Android Studio

Lista It explains how to create a simple RecyclerView step by step using Kotlin as the programming language instead of Java.

Continuar leyendo


Creating a filter for the RecyclerView in Android

19-06-2023 - Andrés Cruz

Creating a filter for the RecyclerView in Android

Lista It explains how to create a list with RecyclerView in Android and configure a filter through an EditText.

Continuar leyendo


The new material design: The RecyclerView

16-06-2023 - Andrés Cruz

The new material design: The RecyclerView

Lista The RecyclerView, like the GridView and ListView, allow you to create lists of items either through lists or cells and are a more flexible, powerful and updated version than the GridView ListView.

Continuar leyendo