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.
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.
24-10-2023 - Andrés Cruz
Lista I show you how you can create a list with a scrollView in Vue Native with the CRUD type options.
24-09-2023 - Andrés Cruz
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.
23-08-2023 - Andrés Cruz
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.
06-07-2023 - Andrés Cruz
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.
23-06-2023 - Andrés Cruz
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.
21-06-2023 - Andrés Cruz
Lista It explains how to create a simple RecyclerView step by step using Kotlin as the programming language instead of Java.
19-06-2023 - Andrés Cruz
Lista It explains how to create a list with RecyclerView in Android and configure a filter through an EditText.
16-06-2023 - Andrés Cruz
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.