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
Nesta página do site você pode assistir ao vídeo on-line Android studio tutorial - Lesson 7 : Using an ArrayAdapter with ListView [ kotlin ] duração online em boa qualidade , que foi baixado pelo usuário Android Studio Tutorials 19 Junho 2016, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 14,423 vezes e gostou 51 espectadores. Boa visualização!