In Android development, any time we want to show a vertical list of scrollable items we will use a ListView which has data populated using an Adapter. The simplest adapter to use is called an ArrayAdapter because the adapter converts an ArrayList of objects into View items loaded into the ListView container.
The ArrayAdapter fits in between an ArrayList (data source) and the ListView (visual representation) and configures two aspects:
Which array to use as the data source for the list
How to convert any given item in the array into a corresponding View object
En esta página del sitio puede ver el video en línea Android studio tutorial - Lesson 7 : Using an ArrayAdapter with ListView [ kotlin ] de Duración online en buena calidad , que subió el usuario Android Studio Tutorials 19 junio 2016, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 14,423 veces y le gustó 51 a los espectadores. Disfruta viendo!